Searched refs:last (Results 351 - 375 of 601) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/ucbcmd/stty/
H A Dsttyparse.c422 int last; local
438 last = NCCS - 1;
440 last = NCC;
441 for(i=0; i<last; i++)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c285 MBLKP mp, last, listhead = NULL; local
316 last = mp;
318 last->b_next = mp;
319 last = mp;
/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c412 devplcyent_t **last, *de; local
526 last = &newpolicy[j].t_ent;
528 *last = de;
529 last = &de->dpe_next;
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c426 dev_info_t *dip, *next, *last = NULL; local
434 while (last != start) {
437 while (next != last && dip != srh->sr_failed_dip) {
505 last = dip;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c393 int i, len, last; local
398 last = srq->srq_wq_bufsz - 1;
399 for (i = 0; i < last; i++) {
403 srq->srq_wq_wqhdr->wq_tail = last;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h185 uint32_t last; /* Current last msg id in log file */ member in struct:emlxs_log_resp
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/illumos-gate/usr/src/lib/libast/common/include/
H A Dhash.h150 typedef struct /* last lookup cache */
152 Hash_table_t* table; /* last lookup table */
153 Hash_bucket_t* bucket; /* last lookup bucket */
164 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dhash.h159 typedef struct /* last lookup cache */
161 Hash_table_t* table; /* last lookup table */
162 Hash_bucket_t* bucket; /* last lookup bucket */
173 Hash_last_t last; /* last lookup cache */ member in struct:Hash_root
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c407 dev_info_t *dip, *next, *last = NULL; local
414 while (last != start) {
417 while (next != last && dip != SR_FAILED_DIP(srh)) {
482 last = dip;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c631 gptwocfg_handle_list_t *h, *last; local
636 h = last = gptwocfg_handle_list;
643 last->next = h->next;
656 last = h;
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c692 aio_req_t **reqpp, *last; local
722 last = _aio_done_tail;
726 if (last == reqp) {
727 last = reqp->req_next;
730 /* this should be the last req in list */
731 _aio_done_head = last;
739 last = reqp;
960 * once the last pending request is executed this function will block
1917 aio_req_t **last; local
1927 last
[all...]
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c1575 rctlblk_t *last; local
1581 last = calloc(1, rctlblk_size());
1583 if ((last == NULL) || (next == NULL)) {
1598 free(last);
1603 next = last;
1604 last = tmp;
1606 while (pr_getrctl(Pr, name, last, next, RCTL_NEXT) == 0) {
1614 free(last);
1619 next = last;
1620 last
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c263 obj_delay_freed.last = NULL;
278 ses_delay_freed.last = NULL;
/illumos-gate/usr/src/lib/libshell/
H A DMakefile.com131 -last \
143 # case - it MUST come as the last element but future changes in -D options
144 # may then cause silent breakage in the AST sources because the last -D
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsubstring.sh239 set -- foo/bar bam/yes last/file/done
246 var=(foo/bar bam/yes last/file/done)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c413 * last: Where to store in last list item
418 build(NODE **last, NODE *next, ENTRY item) argument
424 *last = p;
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c90 ipadm_if_info_t *last = NULL; local
136 last->ifi_next = ifp;
137 last = ifp;
252 ipadm_if_info_t *last = NULL; local
303 last = aifp;
340 if (last != NULL)
341 last->ifi_next = aifp;
344 last = aifp;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c175 if (strcmp(ipp[0].s, np->u.name.last->u.name.s) == 0)
179 ret[0].s = np->u.name.last->u.name.s;
248 /* allocate array for name and last NULL entry */
/illumos-gate/usr/src/uts/sun4u/cherrystone/os/
H A Dcherrystone.c272 plat_discover_slice(pfn_t pfn, pfn_t *first, pfn_t *last) argument
285 *last = base + len - 1;
/illumos-gate/usr/src/uts/sun4u/daktari/os/
H A Ddaktari.c264 plat_discover_slice(pfn_t pfn, pfn_t *first, pfn_t *last) argument
276 *last = base + len - 1;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.c664 * if we pushed requests on the user ring since the last poll, wakeup
1486 uint_t last; local
1509 last = rstruct->rs_last & 0x3F;
1512 if ((free & ((uint64_t)1 << last)) != 0) {
1517 rstruct->rs_free[array_idx] &= ~((uint64_t)1 << last);
1520 * increment the last count so we start checking the
1596 uint_t last; local
1619 last = rstruct->rs_last & 0x3F;
1622 if ((free & ((uint64_t)1 << last)) == 0) {
1627 rstruct->rs_free[array_idx] |= ((uint64_t)1 << last);
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pid.c607 char *c, *last = NULL, *end; local
611 last = c;
614 if (last == NULL || (*(++last) == '\0')) {
621 pid = strtol(last, &end, 10);
623 if (errno != 0 || end == last || end[0] != '\0' || pid <= 0) {

Completed in 101 milliseconds

<<11121314151617181920>>