Searched refs:head (Results 176 - 200 of 653) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_cache.c488 QUEUE_INSERT_TAIL(&refq->head, refent)
497 QUEUE_INSERT_TAIL(&refq->head, refent)
524 bzero(&refq->head, sizeof (refq->head));
525 refq->head.forw = refq->head.back = &refq->head;
574 bzero(&delq->head, sizeof (delq->head));
575 delq->head
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c74 HashNode *head; /* The head of the bucket hash-node list */ member in struct:__anon4081
270 b->head = NULL;
378 * Install the node at the head of the hash-bucket list.
380 node->next = bucket->head;
381 bucket->head = node;
411 bucket->head = node->next;
596 * at the head of the list of entries.
608 for(last=NULL, node=bucket->head;
691 HashNode *node = bucket->head;
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c121 kstat_instances_update(kstat_ctl_t *kcp, kstat_instance_t **head, argument
129 if ((kid = kstat_chain_update(kcp)) == 0 && *head != NULL)
135 for (ksi = *head; ksi != NULL; ksi = ksi->ksi_next)
149 for (ksi = *head; ksi != NULL; ksi = ksi->ksi_next) {
176 assert(*head == NULL);
177 *head = ksi;
193 for (ksi = *head; ksi != NULL; ksi = next) {
204 *head = NULL;
211 *head = sorted[0];
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c54 * version, add the object to the processes main link-map. The process head
130 Rtc_head * head = (Rtc_head *)addr; local
137 strtbl = (const char *)((char *)addr + head->ch_str);
142 for (dirtbl = (Rtc_dir *)(head->ch_dir + addr);
169 if (head->ch_app) {
188 obj = (Rtc_obj *)((char *)addr + head->ch_app);
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c63 extern int head, tail;
359 if ((actual = write(fd, block + head, tail - head)) == -1) {
373 head += actual;
376 logit("Writing (%d) at 0x%x actual: %d, %s\n", count++, head,
/illumos-gate/usr/src/tools/quick/
H A Dmake-idmap67 (cd $SRC/head && $make clobber)
80 test -f $SRC/head/rpcsvc/nispasswd.h ||
81 (cd $SRC/head && $make -k install_h)
89 (cd $SRC/head && $make install_h)
171 find head -name '*.h' -print |sort
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c146 tf_idata_insert(tf_idata_t **head, tf_idata_t *ni) argument
151 for (l = *head; l != NULL; l = l->ti_next) {
158 *head = ni;
165 tf_idata_lookup(tf_idata_t *head, topo_instance_t i) argument
168 for (f = head; f != NULL; f = f->ti_next)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c115 rn_search(void *v_arg, struct radix_node *head) argument
120 for (x = head, v = v_arg; x->rn_b >= 0; ) {
130 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) argument
135 for (x = head; x->rn_b >= 0; ) {
169 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) argument
175 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) ==
182 x = rn_match(v_arg, head);
218 rn_match(void *v_arg, struct radix_node_head *head) argument
221 struct radix_node *t = head->rnh_treetop, *x;
358 rn_insert(void* v_arg, struct radix_node_head *head, boolean_ argument
544 rn_addroute(void *v_arg, void *n_arg, struct radix_node_head *head, struct radix_node treenodes[2]) argument
709 rn_delete(void *v_arg, void *netmask_arg, struct radix_node_head *head) argument
954 rn_inithead(void **head, uint_t off) argument
[all...]
/illumos-gate/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;
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c222 char *newarg, *head; local
228 head = bargs_scratch;
238 off = newarg - head;
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duadmin.c222 char *newarg, *head; local
228 head = bargs_scratch;
238 off = newarg - head;
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c219 grant_ref_t head; local
227 ref = head = gnttab_free_head;
230 head = GNTTAB_ENTRY(head);
231 gnttab_free_head = GNTTAB_ENTRY(head);
232 GNTTAB_ENTRY(head) = GNTTAB_LIST_END;
419 gnttab_free_grant_references(grant_ref_t head) argument
424 if (head == GNTTAB_LIST_END)
427 ref = head;
433 gnttab_free_head = head;
440 gnttab_alloc_grant_references(uint16_t count, grant_ref_t *head) argument
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddisk_link.c783 dvlist_t *head; local
810 head = NULL;
812 DI_PRIMARY_LINK, &head, dvlink_cb);
818 if (head == NULL && (*mn == *(MN_SMI) ||
832 phys_path, DI_PRIMARY_LINK, &head, dvlink_cb);
835 if (head == NULL) {
848 if (!devfsadm_is_reserved(disks_re_array, head->dv_link)) {
851 "are NOT reserved\n", modname, head->dv_link);
852 free_dvlist(&head);
857 "reserved list\n", modname, head
[all...]
/illumos-gate/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 */
/illumos-gate/usr/src/cmd/backup/lib/
H A DMakefile49 ../../../head/protocols/dumprestore.h \
64 GLOBAL= ../../../head
/illumos-gate/usr/src/cmd/backup/restore/
H A DMakefile34 HEADERS= ../../../head/protocols/dumprestore.h \
42 GLOBAL= ../../../head
/illumos-gate/usr/src/uts/common/idmap/
H A Dkidmap_priv.h70 struct sid2pid head; member in struct:idmap_sid2pid_cache
81 struct pid2sid head; member in struct:idmap_pid2sid_cache
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslapi.c46 static boolean_t kssl_enqueue(kssl_chain_t **head, void *item);
47 static void kssl_dequeue(kssl_chain_t **head, void *item);
204 kssl_enqueue(kssl_chain_t **head, void *item) argument
209 cur = *head;
223 newchain->next = *head;
224 *head = newchain;
229 kssl_dequeue(kssl_chain_t **head, void *item) argument
233 prev = cur = *head;
236 if (cur == *head)
237 *head
[all...]
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_mem.c151 cpqary3p->cmdmemlistp->head = head_pvtp; /* head Command Memory List */
153 cpqary3p->cmdmemlistp->pool = head_pvtp; /* head Command Memory List */
299 ptr = memlistp->head;
310 "cpqary3_cmdpvt starts at %x \n", memlistp->head);
347 memp = memlistp->head;
358 memlistp->head = memp->next;
362 if (memlistp->head) /* Atleast one more item is left in the Memory Q */
394 * If both head & tail of the per-controller-memory-list are NULL,
395 * add this command list to the Available Q and Update head
[all...]
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacctddi.c186 list_head_t *head; local
273 for (flow_count = 0, head = flowacct_data->flows_tbl;
274 flow_count < (FLOW_TBL_COUNT + 1); flow_count++, head++) {
275 mutex_init(&head->lock, NULL, MUTEX_DEFAULT, 0);
393 list_head_t *head; local
415 for (flow_count = 0, head = flowacct_data->flows_tbl;
416 flow_count < FLOW_TBL_COUNT; flow_count++, head++) {
417 mutex_destroy(&head->lock);
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtmethod.c54 dt->data->head = NIL(Dtlink_t*);
77 dt->data->head = list;
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c48 {"head", HTML_CLRLINE}, /* TAG_HEAD */
139 h->tags.head = NULL;
157 while ((tag = h->tags.head) != NULL) {
158 h->tags.head = tag->next;
179 print_text(h, "table.head, table.foot { width: 100%; }\n"
180 "td.head-rtitle, td.foot-os { text-align: right; }\n"
181 "td.head-vol { text-align: center; }\n"
183 "table.head td { width: 33%; }\n"
447 t->next = h->tags.head;
448 h->tags.head
[all...]
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_nat.c206 list_t *head; local
211 head = &ilbs->ilbs_nat_src[idx].nsh_head;
212 for (tmp = list_head(head); tmp != NULL; tmp = list_next(head, tmp)) {
247 list_insert_tail(head, tmp);
299 list_t *head; local
304 head = &ilbs->ilbs_nat_src[i].nsh_head;
305 cur = list_head(head);
314 cur = list_next(head, cur);
318 cur = list_next(head, cu
[all...]

Completed in 136 milliseconds

1234567891011>>