Searched defs:head (Results 51 - 75 of 126) sorted by relevance

123456

/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c113 /* set %dh to head and %dl to drive */
489 unsigned head; local
500 head = ((grub_uint32_t) sector) / data->sectors;
501 hoff = head % data->heads;
502 coff = head / data->heads;
/osnet-11/usr/src/grub/grub2/grub-core/disk/ieee1275/
H A Dofdisk.c68 struct ofdisk_hash_ent **head = &ofdisk_hash[ofdisk_hash_fn(devpath)]; local
75 p->next = *head;
77 *head = p;
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.h92 struct transq_node_s *head; member in struct:transq_hdr_s
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbios.c112 int head;
116 head = sector / geometry->sectors;
117 head_offset = head % geometry->heads;
118 cylinder_offset = head / geometry->heads;
110 int head; local
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio_alloc.c229 aio_lio_t *_lio_head_freelist = NULL; /* free list of lio head structures */
237 * Allocate a listio head structure.
242 aio_lio_t *head; local
249 if ((head = _lio_head_freelist) == NULL) {
259 for (i = 0, head = _lio_head_freelist; i < nelem; i++, head++)
260 head->lio_next = head + 1;
261 _lio_head_freelast = head - 1;
265 head
285 _aio_lio_free(aio_lio_t *head) argument
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dassfail.c93 common_panic(const char *head, const char *why) argument
104 (void) strcpy(msg, head);
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c133 * key, datum datum for key head
134 * head head for list
141 DAPL_HASH_ELEM ** head)
150 *head = element;
162 *head = 0;
226 * Empty head - just fill it in
312 * curelement is static list head
318 * contents into the head and free the
605 * we only need to look at the head o
137 dapli_hash_rehash( DAPL_HASH_ELEM *element, DAPL_HASH_KEY key, void **datum, DAPL_HASH_ELEM ** head) argument
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc734 db_log_entry * head; // head of list of log entries found member in struct:traverse_info
753 if (ti->head == NULL)
754 ti->head = j;
774 ti.head = ti.tail = NULL;
798 currentry = ti.head;
799 for (i = 0, currentry = ti.head;
H A Ddb_mindex.cc506 db_next_index_desc *head = NULL, *curr; local
511 curr = new db_next_index_desc(current->getlocation(), head);
517 head = curr; // list is actually reversed
519 return (head);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_log.c217 logr_syslog_node_t *head; local
219 while ((head = list_head(queue)) != NULL) {
220 list_remove(queue, head);
221 free(head);
229 logr_syslog_node_t *node, *head; local
240 head = list_head(queue);
241 list_remove(queue, head);
242 free(head);
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c248 zoneBrandList_t *brand = NULL, *head = NULL; local
261 head = brand;
278 return (head);
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Data.c213 unsigned int head; local
216 /* Calculate the sector, cylinder and head to use. */
220 head = ((grub_uint32_t) sector / dev->sectors_per_track) % dev->heads;
224 || head > dev->heads)
229 parms->taskfile.disk = 0xE0 | head;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dcpio.c36 struct head struct
54 struct head struct
79 struct head struct
96 struct head struct
201 struct head hd;
248 struct head hd;
368 struct head hd;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm166 sub head subroutine
168 @_ >= 1 && @_ <= 3 or croak 'usage: $nntp->head( [ MSGID ], [ FH ] )';
772 =item head ( [ MSGID|MSGNUM ], [FH] )
782 These are similar to article(), body() and head(), but rather than
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c65 struct use_item *head, *tail; member in struct:use_header
88 * head tail
138 for (ptr = use_list.head; ptr != NULL; ptr = ptr->fptr)
194 if (use_list.head != NULL)
203 use_list.tail = use_list.head = item;
225 use_list.head = ptr->fptr;
663 while (use_list.head != NULL && old_use_count != use_count)
677 for (ptr = use_list.head; ptr != NULL; ptr = ptr->fptr)
692 if (use_list.head != NULL) {
694 for (ptr = use_list.head; pt
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mh.c527 md_disk_status_list_t *head = NULL; local
528 md_disk_status_list_t **tailp = &head;
541 return (head);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c1087 rpcblist_ptr head = NULL; local
1100 (char *)&head, tottimeout);
1119 (char *)&head, tottimeout) == RPC_SUCCESS)
1127 return (head);
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dpc98.c98 uint8_t ipl_head; /* IPL head */
101 uint8_t head; /* starting head */ member in struct:_PC98RawPartition
104 uint8_t end_head; /* end head */
164 || raw_part->head >= dev->hw_geom.heads
175 raw_part->head, raw_part->sector)
284 raw_part->head, raw_part->sector);
314 || raw_part->head
451 raw_part->head = h;
462 raw_part->ipl_head = raw_part->head;
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dgrep.c138 Item_t* head; /* list head */ member in struct:List_s
221 if (!p->head)
223 p->head = p->tail = x;
245 if (p->head)
248 p->head = x;
263 for (x = state->pattern.head; x; x = x->next)
265 for (x = state->file.head; x; x = x->next)
305 if (!state->re.head)
395 x = state->re.head;
[all...]
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_cache.c65 #define list_insert(head, ele)\
67 (ele)->flink = (head)->flink;\
68 (head)->flink = (ele);\
82 #define list_move(head, ele) \
84 if ((head)->flink != (ele)) {\
86 list_insert(head, ele);\
134 sid2uid_gid_t head; member in struct:sid2uid_gid_cache
146 pid2sid_winname_t head; member in struct:pid2sid_winname_cache
158 winname2uid_gid_t head; member in struct:winname2uid_gid_cache
293 idmap_cache.sid2uid_gid.head
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid.c368 did_link_set(topo_mod_t *mod, tnode_t *head, did_t *tail) argument
372 assert(head != NULL);
373 pd = hd = did_find(mod, topo_node_getspecific(head));
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c568 struct srv_dns_entry *head = NULL; local
597 code = krb5int_make_srv_query_realm(realm, dnsname, "_udp", &head);
602 code = krb5int_make_srv_query_realm(realm, dnsname, "_tcp", &head);
607 if (head == NULL)
611 if (head->next == 0 && head->host[0] == 0) {
612 free(head->host);
613 free(head);
621 *dns_list_head = head;
632 struct srv_dns_entry *head,
631 dns_hostnames2netaddrs( struct srv_dns_entry *head, enum locate_service_type svc, int socktype, int family, struct addrlist *addrlist) argument
673 struct srv_dns_entry *head = dns_list_head; local
1071 struct srv_dns_entry *head = NULL; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Ddns.c131 check_name_real (const grub_uint8_t *name_at, const grub_uint8_t *head, argument
141 for (ptr = name_at; ptr < tail && bytes_processed < tail - head + 2; )
159 ptr = head + (((ptr[0] & 0x3f) << 8) | ptr[1]);
189 check_name (const grub_uint8_t *name_at, const grub_uint8_t *head, argument
192 return check_name_real (name_at, head, tail, check_with, NULL, NULL);
196 get_name (const grub_uint8_t *name_at, const grub_uint8_t *head, argument
202 if (!check_name_real (name_at, head, tail, NULL, &length, NULL))
207 if (!check_name_real (name_at, head, tail, NULL, NULL, ret))
227 struct dns_header *head; local
235 head
425 struct dns_header *head; local
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Denv.c707 * head - pointer to initial text portion of the message
711 fc_cmn_start(fcode_env_t *env, char *head, int path) argument
720 strcpy(new->buf, head);
721 new->len = strlen(head);
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c461 } head; member in union:_alloca_u
465 { union _alloca_u head; member in struct:_alloca_s
485 { if(( _stk_down && &array[0] > Frame->head.head.addr) ||
486 (!_stk_down && &array[0] < Frame->head.head.addr) )
488 Frame = f->head.head.next;
499 f->head.head
[all...]

Completed in 70 milliseconds

123456