Searched defs:head (Results 26 - 50 of 126) sorted by relevance

123456

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_dispatch.h53 LIST_HEAD(__db_headlink, __db_txnlist) head; member in struct:__db_txnhead
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddthdr.h45 #define head hh._head macro
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cookie.c51 * head index : index of next unallocated cookie
154 buffer->head = 0;
201 DAPL_ATOMIC head; local
223 head = curr_buffer->head;
226 while (head != tail) {
227 new_buffer->pool[index] = curr_buffer->pool[head];
228 head = (head + 1) % curr_buffer->pool_size;
231 new_buffer->head
[all...]
H A Ddapl_llist.c37 * A link list head points to the first member of a linked list, but
61 * Purpose: initialize a linked list head
64 dapl_llist_init_head(DAPL_LLIST_HEAD *head) argument
66 *head = NULL;
89 dapl_llist_is_empty(DAPL_LLIST_HEAD *head) argument
91 return (*head == NULL);
97 * Purpose: Add an entry to the head of a linked list
100 dapl_llist_add_head(DAPL_LLIST_HEAD *head, argument
107 if (dapl_llist_is_empty(head)) {
111 first = *head;
129 dapl_llist_add_tail(DAPL_LLIST_HEAD *head, DAPL_LLIST_ENTRY *entry, void *data) argument
158 dapl_llist_add_entry(DAPL_LLIST_HEAD * head, DAPL_LLIST_ENTRY * entry, DAPL_LLIST_ENTRY * new_entry, void * data) argument
189 dapl_llist_remove_head(DAPL_LLIST_HEAD *head) argument
216 dapl_llist_remove_tail(DAPL_LLIST_HEAD *head) argument
243 dapl_llist_remove_entry(DAPL_LLIST_HEAD *head, DAPL_LLIST_ENTRY *entry) argument
296 dapl_llist_peek_head(DAPL_LLIST_HEAD *head) argument
314 dapl_llist_next_entry(IN DAPL_LLIST_HEAD *head, IN DAPL_LLIST_ENTRY *cur_ent) argument
337 dapl_llist_debug_print_list(DAPL_LLIST_HEAD *head) argument
[all...]
/osnet-11/usr/src/lib/libsmedia/library/common/
H A Dl_generic.c190 smedia_format_track(smedia_handle_t handle, uint32_t trackno, uint32_t head, argument
197 ft.head = (int32_t)head;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c165 pmaplist_ptr head = NULL; local
177 (caddr_t)&head, minutetimeout) != RPC_SUCCESS) {
184 return ((struct pmaplist *)head);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c148 tf_idata_insert(tf_idata_t **head, tf_idata_t *ni) argument
153 for (l = *head; l != NULL; l = l->ti_next) {
160 *head = ni;
167 tf_idata_lookup(tf_idata_t *head, topo_instance_t i) argument
170 for (f = head; f != NULL; f = f->ti_next)
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A DmachoXX.c17 grub_macho_header_t head; local
25 || grub_file_read (macho->file, &head, sizeof (head))
26 != sizeof(head))
32 if (head.magic != GRUB_MACHO_MAGIC)
40 macho->ncmdsXX = head.ncmds;
41 macho->cmdsizeXX = head.sizeofcmds;
/osnet-11/usr/src/grub/grub2/util/
H A Dresolve.c49 free_mod_list (struct mod_list *head) argument
51 while (head)
55 next = head->next;
56 free ((void *) head->name);
57 free (head);
58 head = next;
63 free_dep_list (struct dep_list *head) argument
65 while (head)
69 next = head->next;
70 free ((void *) head
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm1023 $self->head(1, $paragraph, $parobj);
1027 $self->head(2, $paragraph, $parobj);
1031 $self->head(3, $paragraph, $parobj);
1035 $self->head(4, $paragraph, $parobj);
1039 $self->head(5, $paragraph, $parobj);
1043 $self->head(6, $paragraph, $parobj);
1189 $self->head(1, $name, $parobj);
1481 =item B<head>
1485 $parser->head($level, $paragraph, $parobj);
1493 sub head { subroutine
[all...]
/osnet-11/usr/src/lib/libc/amd64/sys/
H A Duadmin.c212 char *newarg, *head; local
218 head = bargs_scratch;
228 off = newarg - head;
/osnet-11/usr/src/lib/libc/i386/sys/
H A Duadmin.c212 char *newarg, *head; local
218 head = bargs_scratch;
228 off = newarg - head;
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dpopen.c66 static node_t *head = NULL; variable
161 for (curr = head; curr != NULL && error == 0; curr = curr->next) {
297 for (prev = curr = head; curr != NULL; curr = curr->next) {
318 if (head == NULL)
319 head = new;
352 for (prev = curr = head; curr != NULL; curr = curr->next) {
354 if (curr == head)
355 head = curr->next;
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_dictionary.c63 DAT_DICTIONARY_NODE *head; member in struct:DAT_DICTIONARY
117 /* create the head node */
118 p_dictionary->head = dat_os_alloc(sizeof (DAT_DICTIONARY_NODE));
119 if (NULL == p_dictionary->head) {
125 (void) dat_os_memset(p_dictionary->head, '\0',
139 p_dictionary->head->next = p_dictionary->tail;
140 p_dictionary->tail->prev = p_dictionary->head;
149 if (NULL != p_dictionary->head) {
150 dat_os_free(p_dictionary->head,
177 while (NULL != p_dictionary->head) {
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_hash.c521 * in the specified bucket by 'head'
524 ht_bucket_search(HT_ITEM *head) argument
526 HT_ITEM *item = head;
619 * bucket with something in it and return the head item.
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_svc.c388 ndr_binding_t *head = NULL; local
392 pool[ix].next = head;
396 head = &pool[ix];
399 *headpp = head;
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_index_entry.cc50 * A copy of the item is made. New entry is added to head of list of 'n'.
80 otherstart = list2; // head of updated list2
106 /* new head */
225 * If the entry being removed is at the head of the list, then
226 * the head is updated to reflect the removal. The storage for the index
232 db_index_entry::remove(db_index_entry_p *head, bool_t casein, argument
250 *head = np->next; // deleting head of bucket
273 * the entry is added to the head of the bucket. This way, entries
278 db_index_entry::add(db_index_entry **head, bool_ argument
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_match.c69 static struct cache *head; variable in typeref:struct:cache
133 for (pp = &head, cnt = 0; (c = *pp) != 0; pp = &c->next, cnt++) {
151 c->next = head;
152 head = c;
277 c->next = head;
278 head = c;
319 p = head;
320 head = 0;
472 c->next = head;
473 head
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dform.c74 * to by head. return (possibly new) head of list.
77 insert(FIELD *f, FIELD *head) argument
83 if (head) {
84 p = newhead = head;
93 if (p == head) {
94 head = (FIELD *) 0;
103 if (p == head)
104 newhead = f; /* insert at head of list */
/osnet-11/usr/src/lib/libfru/libfru/
H A DPayloadReader.cc115 uint8_t head, uint8_t tail,
135 return (length * head);
141 return (length * ((head + index) % iterPoss));
168 uint8_t head = iter[0]; local
205 head, tail, iterThere, iterPoss,
375 uint8_t *head = &(cur[0]); local
385 // Remember that when the iteration is added the head and the tail both
387 // then we don't have to alter the head or tail values. We simply add
413 // if tail catches head move the head
114 calcOffset(int iterType, uint8_t head, uint8_t tail, uint8_t iterThere, uint8_t iterPoss, size_t length, int index, fru_errno_t *err) argument
[all...]
/osnet-11/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c157 uint8_t head, num; local
178 head = 0;
181 head = data[HEAD_ITER];
188 for (i = head, n = 0, data += sizeof (uint32_t); n < num;
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.h98 client_info_t *head; member in struct:client_list
/osnet-11/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c85 busorrc_insert(topo_mod_t *mod, busorrc_t **head, busorrc_t *new) argument
93 if (*head == NULL) {
94 *head = new;
99 pci = *head;
113 *head = new;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dloadenv.c292 struct blocklist *head = 0; local
321 if (! head)
322 head = block;
344 if (check_blocklists (envblk, head, file))
365 write_blocklists (envblk, head, file);
370 free_blocklists (head);
/osnet-11/usr/src/grub/grub2/grub-core/disk/arc/
H A Darcdisk.c67 struct arcdisk_hash_ent **head = &arcdisk_hash[arcdisk_hash_fn(devpath)]; local
74 p->next = *head;
76 *head = p;

Completed in 404 milliseconds

123456