Searched refs:base_ptr (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/Documentation/i386/ |
D | boot.txt | 263 unsigned long base_ptr; /* base address for real-mode segment */ 280 cmd_line_ptr = base_ptr + 0x9000; 295 if ( base_ptr != 0x90000 ) { 297 memcpy(0x90000, base_ptr, (setup_sects+1)*512); 299 memcpy(0x99000, base_ptr+0x9000, 256); 301 base_ptr = 0x90000; /* Relocated */ 393 /* Note: in the case of the "old" kernel protocol, base_ptr must 396 seg = base_ptr >> 4;
|
/linux-2.4.37.9/drivers/net/fc/ |
D | iph5526.c | 180 static int validate_login(struct fc_info *fi, u_int *base_ptr); 181 static void add_to_address_cache(struct fc_info *fi, u_int *base_ptr); 3349 static int validate_login(struct fc_info *fi, u_int *base_ptr) 3357 memcpy(n_port_name, base_ptr + 10, PORT_NAME_LEN); 3358 memcpy(node_name, base_ptr + 12, NODE_NAME_LEN); 3359 s_id = ntohl(*(base_ptr + 3)) & 0x00FFFFFF; 3381 static void add_to_address_cache(struct fc_info *fi, u_int *base_ptr) 3389 memcpy(n_port_name, base_ptr + 13, PORT_NAME_LEN); 3390 s_id = ntohl(*(base_ptr + 3)) & 0x00FFFFFF; 3396 memcpy(&(q->c_of_s[0]), base_ptr + 17, 3 * sizeof(CLASS_OF_SERVICE)); [all …]
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_log.c | 3314 xfs_caddr_t base_ptr; in xlog_verify_iclog() local 3347 base_ptr = ptr; in xlog_verify_iclog() 3355 ((xfs_caddr_t)&(ophead->oh_clientid) - base_ptr); in xlog_verify_iclog() 3373 ((xfs_caddr_t)&(ophead->oh_len) - base_ptr); in xlog_verify_iclog()
|