Searched refs:next (Results 1501 - 1525 of 2472) sorted by relevance

<<61626364656667686970>>

/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c248 struct failed_srv *next; member in struct:failed_srv
335 * next time quota is run, the quota will look
374 } while ((tmp_list = tmp_list->next) != NULL);
402 tmp_srv->next = failed_srv_list;
429 failed_srv_list = failed_srv_list->next;
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h94 struct nlist *next; member in struct:nlist
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h135 struct s_name *next; member in struct:s_name
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Ddofinal.c128 pinfo = pinfo->next;
171 * The next if statement figures out how
/illumos-gate/usr/src/cmd/tbl/
H A Dt5.c174 is = next(is);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_opaque.h277 char *rb_where_to_add_next; /* pointer to next slot (might be past
309 struct memory_list_s *next; member in struct:memory_list_s
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c324 /* Now take the next unused mech entry in the class's tab */
633 crypto_mech_info_list_t *mil, *mil2, *next, **prev_next; local
699 next = mil->ml_next;
702 mil = next;
732 mil = next;
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dlhot.c712 dl = dl->next;
752 dl_ses = dl_ses->next;
799 dl_tail->next = dl;
843 dl_tail->next = dl;
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c42 * When creating an array, the "next" directive advances lw_pos and allocates a
70 list_wrap_alloc(list_wrap_t *next) argument
77 out->lw_next = next;
85 list_wrap_t *next = lw->lw_next; local
90 return (next);
432 (void) fprintf(stderr, "ERROR: cannot use 'next' outside an "
507 { "next", ch_next, 0, 0, B_FALSE },
/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_event.h414 * default to next.
422 short next; /* next addr for default when VUIDSADDR */ member in union:vuid_addr_probe::__anon9242
H A Dpciev.h75 struct pcie_req_id_list *next; member in struct:pcie_req_id_list
H A Dpshot.h199 struct pshot_event_callback *next; member in struct:pshot_event_callback
H A Discsi_authclient.h247 struct iscsiAuthClient_t *next; member in struct:iscsiAuthClient_t
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxendev.h268 unsigned long next; member in struct:xendev_req
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_main.c491 mblk_t *next; local
501 for (; mp != NULL; mp = next) {
505 next = mp->b_next;
515 mp->b_next = next;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.h246 struct iscsiAuthClient_t *next; member in struct:iscsiAuthClient_t
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h86 struct list_hdr_s *next; member in struct:list_hdr_s
165 ipp_action_id_t next_action; /* action id of next action */
166 char *act_name; /* action name of next action */
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c45 * be taken next.
201 if (fid_table[i].next != NULL) { \
202 p = fid_table[i].next; \
205 p = p->next; \
379 for (item = &fid_table[i]; item != NULL; item = item->next) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h110 struct oce_list_entry *next; member in struct:oce_list_entry
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h135 * This is the link to the next fcp_port structure in the global
1025 * Pointer to the next LUN.
1210 struct fcp_reset_elem *next; member in struct:fcp_reset_elem
1224 * Points to the next element of the list.
1226 struct fcp_tgt_elem *next; member in struct:fcp_tgt_elem
1257 * Points to the next element of the list.
1259 struct fcp_lun_elem *next; member in struct:fcp_lun_elem
1288 * Points to the next element of the list.
1290 struct fcp_black_list_entry *next; member in struct:fcp_black_list_entry
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.h197 struct _db_library *next, *prev; member in struct:_db_library
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h133 Hash_bucket_t* next; /* next in collision chain */ \
/illumos-gate/usr/src/lib/libast/common/include/
H A Dhash.h124 Hash_bucket_t* next; /* next in collision chain */ \
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregrexec.c109 if (complete || (env->rex = ((r - l) > 128) ? e : e->next) && !(n = regnexec(p, (char*)l, r - l, nmatch, match, flags)))
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfclose.c130 f->endb = f->endr = f->endw = f->next = f->data;

Completed in 247 milliseconds

<<61626364656667686970>>