HomeSort by relevance Sort by last modified time
    Searched defs:head (Results 1 - 25 of 337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libc/port/unwind/
unwind.c 73 __cleanup_t *head; local
91 if ((head = self->ul_clnup_hdr) != NULL && fp == head->fp) {
92 self->ul_clnup_hdr = head->next;
94 _ex_clnup_handler(head->arg, head->func);
102 } else if (head != NULL) {
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpadmin/
pick_opts.c 54 char ** head; local
61 head = new_opts;
82 for (new_opts = head; *new_opts != NULL; new_opts++) {
  /onnv/onnv-gate/usr/src/lib/libc/amd64/unwind/
thrp_unwind.c 53 __cleanup_t *head; local
69 while ((head = *headp) != NULL &&
70 (caddr_t)cfa == head->fp + CFA_ADJUST) {
71 *headp = head->next;
72 (*head->func)(head->arg);
91 __cleanup_t *head; local
114 while ((head = *headp) != NULL) {
115 *headp = head->next;
116 (*head->func)(head->arg)
    [all...]
  /onnv/onnv-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
MP_SetTPGAccess.c 46 MP_TPG_STATE_PAIR *head = pTpgStateList; local
99 if (head->tpgOid.ownerId != g_pluginOwnerID) {
111 if (head->tpgOid.objectType !=
125 head++;
129 head = pTpgStateList;
138 = head->desiredState;
142 = head->tpgOid.objectSequenceNumber;
200 head++;
  /onnv/onnv-gate/usr/src/cmd/audio/include/
AudioList.h 67 AudioListEntry head; // list head member in class:AudioList
  /onnv/onnv-gate/usr/src/cmd/mailx/
receipt.c 51 char head[LINESIZE]; local
67 readline(fp, head);
68 parse(head, &hl, buf);
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
IListBase.h 21 Link *head() const;
38 IListBase::IListBase(Link *head) : head_(head)
50 Link *IListBase::head() const function in class:SP_NAMESPACE::IListBase
List.h 30 const T &head() const { return list_.head()->value; } function in class:SP_NAMESPACE::List
IList.h 28 T *head() const { return (T *)IListBase::head(); } function in class:SP_NAMESPACE::IList
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
atfork.c 55 atfork_t *head; local
70 if ((head = udp->atforklist) == NULL) {
74 head->back->forw = atfp;
75 atfp->forw = head;
76 atfp->back = head->back;
77 head->back = atfp;
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
history.c 42 HISTORY *head, *tail, *current; variable
57 head = tail = h;
  /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/include/
dapl_provider.h 68 DAPL_PROVIDER_LIST_NODE *head; member in struct:DAPL_PROVIDER_LIST
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
Allocator.cxx 87 Block *head = 0; local
89 ((Block *)p)->next = head;
91 head = (Block *)p;
94 freeList_ = head->next;
95 return &(head->next);
  /onnv/onnv-gate/usr/src/lib/efcode/engine/
resource.c 37 find_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *))
39 fc_resource_t *f, *prev, *r = *head;
50 *head = r->next;
68 add_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *))
72 r = find_resource(head, ptr, cmp);
76 r->next = *head;
77 *head = r;
85 free_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *))
89 if ((r = find_resource(head, ptr, cmp)) != NULL)
108 fc_resource_t **head; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/aggr/
aggr_recv.c 84 mblk_t *cmp, *last, *head; local
90 head = cmp = mp;
94 if (head == cmp) {
96 head = cmp->b_next;
99 cmp = head;
105 head);
107 freemsgchain(head);
109 head = cmp->b_next;
112 cmp = head;
126 if (head == cmp)
    [all...]
  /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/common/
dapl_cookie.c 51 * 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 = 0
    [all...]
dapl_ring_buffer_util.c 85 rbuf->head = 0;
127 if (rbuf->head != rbuf->tail) {
208 pos = rbuf->head;
211 rbuf->head = (pos + 1) & rbuf->lim;
242 if (rbuf->head != rbuf->tail) {
273 int head; local
277 head = rbuf->head;
280 if (head == tail)
282 if (head > tail
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/include/
list.h 51 Listnode *head; /* the first element */ member in struct:list
66 Elf32_Addr head; /* the first element */ member in struct:list32
  /onnv/onnv-gate/usr/src/lib/libast/common/path/
pathfind.c 45 Dir_t* head; /* directory list head */ member in struct:__anon78
61 for (dp = state.head; dp; dp = dp->next)
71 state.head = state.tail = dp;
136 for (dp = state.head; dp; dp = dp->next)
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfpool.c 97 /* move a stream to head */
107 reg Sfio_t* head; local
116 head = p->sf[0];
117 if(SFFROZEN(head) )
120 SFLOCK(head,0);
123 if(!(p->mode&SF_SHARE) || (head->mode&SF_READ) || (f->mode&SF_READ) )
124 { if(SFSYNC(head) < 0)
128 { if(SFMODE(head,1) != SF_WRITE && _sfmode(head,SF_WRITE,1) < 0)
132 v = head->next - head->data; /* pending data *
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/vmalloc/
vmopen.c 43 Head_t head; /* space for the fake header */ member in struct:_vminit_
  /onnv/onnv-gate/usr/src/uts/common/os/
ddi_hp_ndi.c 276 ddi_hp_cn_handle_t *head, *curr, *prev; local
291 head = DEVI(dip)->devi_hp_hdlp;
292 curr = head;
305 if (DEVI(dip)->devi_hp_hdlp != head) {
307 * The current node is head and it is removed
310 head = DEVI(dip)->devi_hp_hdlp;
311 curr = head;
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
dnssrv.c 68 struct srv_dns_entry *head = NULL; local
153 if (head == NULL || head->priority > srv->priority) {
154 srv->next = head;
155 head = srv;
165 for (entry = head; entry != NULL; entry = entry->next) {
182 *answers = head;
  /onnv/onnv-gate/usr/src/cmd/svr4pkg/libinst/
pathdup.c 56 static struct dup *head, *tail, *new; variable in typeref:struct:dup
72 if (head == NULL)
76 tail = head->next;
82 tail = head;
99 if (head == NULL)
100 head = new;
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/lib/
nfslogtab.c 212 struct logtab_ent_list *head = NULL, *tail = NULL, *tmpl; local
242 if (head == NULL) {
246 head = tail = tmpl;
273 for (tmpl = head; tmpl != NULL; tmpl = tmpl->lel_next)
277 logtab_ent_list_free(head);
296 struct logtab_ent_list *lelp, *head = NULL, *tail = NULL; local
325 if (head == NULL) {
329 head = tail = lelp;
356 for (lelp = head; lelp != NULL; lelp = lelp->lel_next)
360 logtab_ent_list_free(head);
    [all...]

Completed in 1440 milliseconds

1 2 3 4 5 6 7 8 91011>>