Home
last modified time | relevance | path

Searched refs:first (Results 151 – 175 of 798) sorted by relevance

12345678910>>...32

/illumos-gate/usr/src/cmd/dlutil/
H A Ddlled.c121 boolean_t first = B_TRUE; in dlled_mode2str() local
126 if (first) { in dlled_mode2str()
127 first = B_FALSE; in dlled_mode2str()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DMakefile50 CPPFLAGS.first += -I$(SRC)/lib/smbclnt/libfknsmb/common
51 CPPFLAGS= $(CPPFLAGS.first)
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c279 int x, first = -1, last = -1; in leaky_handle_sbrk() local
285 if (first == -1) in leaky_handle_sbrk()
286 first = x; in leaky_handle_sbrk()
293 } else if (first == -1) { in leaky_handle_sbrk()
303 if (curbrk != segs[first].ls_start) { in leaky_handle_sbrk()
305 brkbase, segs[first].ls_start)); in leaky_handle_sbrk()
309 lm->lkm_limit = segs[first].ls_start; in leaky_handle_sbrk()
312 curbrk = segs[first].ls_start; in leaky_handle_sbrk()
319 for (x = first; x <= last; x++) { in leaky_handle_sbrk()
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_data.c66 cp = dp->last == NULL ? dp->layout->first : dp->last->layout->next; in getdata()
117 pdat = pdp->first; in getdata()
145 dp->first = dat; in getdata()
306 for (cp = rp->first; cp != NULL; cp = cp->next) in tbl_data()
H A Dtbl_layout.c297 if (tbl->first_row->first == NULL) { in tbl_layout()
323 rp->next->first == NULL) { in tbl_layout()
341 tbl->last_row->first != NULL) { in tbl_layout()
369 rp->first = p; in cell_alloc()
H A Deqn.c489 if (bp->first) in eqn_box_free()
490 eqn_box_free(bp->first); in eqn_box_free()
526 if (NULL != parent->first) { in eqn_box_alloc()
530 parent->first = bp; in eqn_box_alloc()
549 if (parent->last == parent->first) in eqn_box_makebinary()
550 parent->first = NULL; in eqn_box_makebinary()
558 newb->first = newb->last = b; in eqn_box_makebinary()
559 newb->first->next = NULL; in eqn_box_makebinary()
1076 parent->first = cur->next; in eqn_parse()
1085 split->first = split->last = cur; in eqn_parse()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c158 int rc, optind, i, first, free_filtpattern; in main() local
300 first = 1; in main()
336 if ( !first ) { in main()
339 first = 0; in main()
613 int rc, first, matches; local
805 first = 1;
828 if ( !first ) {
831 first = 0;
913 first = 1;
917 if ( !first ) {
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h49 Op_arg_item _TKFAR *first; member
56 Op_row_link _TKFAR *first; member
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A DMakefile41 CPPFLAGS.first += -I.
42 CPPFLAGS.first += -I$(LIBFAKEKERN)
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c151 fhc_b_search(fhc_bd_t *in_array[], int board, int first, int last) in fhc_b_search() argument
160 while (first < last) { in fhc_b_search()
161 mid = (first + last) / 2; in fhc_b_search()
163 first = mid + 1; in fhc_b_search()
168 if (in_array[first]->sc.board == board) { in fhc_b_search()
169 return (first); in fhc_b_search()
704 fhc_bdlist_prime(int first, int count, int incr) in fhc_bdlist_prime() argument
718 for (board = first; board < count; board += incr) { in fhc_bdlist_prime()
/illumos-gate/usr/src/lib/mergeq/
H A Dmergeq.c452 mergeq_pop(mergeq_t *mqp, void **first, void **second) in mergeq_pop() argument
470 *first = mergeq_pop_one(mqp); in mergeq_pop()
492 void *first, *second, *out; in mergeq_thr_merge() local
501 if (mergeq_pop(mqp, &first, &second) == B_FALSE) { in mergeq_thr_merge()
510 ret = mqp->mq_func(first, second, &out, mqp->mq_arg); in mergeq_thr_merge()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSessionUtil.c210 if (ses_delay_freed.first == NULL) { in session_delay_free()
212 ses_delay_freed.first = sp; in session_delay_free()
224 tmp = ses_delay_freed.first->next; in session_delay_free()
225 free(ses_delay_freed.first); in session_delay_free()
226 ses_delay_freed.first = tmp; in session_delay_free()
/illumos-gate/usr/src/tools/smatch/src/
H A Dssa.c380 int first, last; in ssa_convert() local
383 first = ep->entry->bb->nr; in ssa_convert()
384 last = first; in ssa_convert()
391 processed = sset_init(first, last); in ssa_convert()
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dperfcnt.c144 static int first = 1; in la_objopen() local
147 if (first) { in la_objopen()
149 first = 0; in la_objopen()
H A Dtruss.c159 static int first = 1; in la_objopen() local
168 if (((bindfrom_list == NULL) && first) || trussall || in la_objopen()
172 first = 0; in la_objopen()
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_curadj.c152 __bam_ca_dup(dbp, fpgno, first, fi, tpgno, ti) in __bam_ca_dup() argument
155 u_int32_t first, fi, ti;
178 cp->indx = first;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c351 int first = 1; in print_options() local
369 if (first) in print_options()
370 first = 0; in print_options()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg211 first encountered,"
271 # TRANSLATION_NOTE -- do not translate the first token "long".
323 # TRANSLATION_NOTE -- do not translate the first token "lmid".
376 # TRANSLATION_NOTE -- do not translate the first token "name".
414 # TRANSLATION_NOTE -- do not translate the first token "all".
421 # TRANSLATION_NOTE -- do not translate the first token "cap".
429 # TRANSLATION_NOTE -- do not translate the first token "help".
450 # TRANSLATION_NOTE -- do not translate the first token "tls".
485 # TRANSLATION_NOTE -- do not translate the first token "dl".
517 # TRANSLATION_NOTE -- do not translate the first token "got".
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c132 while (eventq->first) { in emlxs_event_queue_destroy()
133 emlxs_event_destroy(hba, eventq->first); in emlxs_event_queue_destroy()
162 eventq->first = NULL; in emlxs_event_destroy()
171 if (eventq->first == entry) { in emlxs_event_destroy()
172 eventq->first = entry->next; in emlxs_event_destroy()
271 eventq->first = entry; in emlxs_event()
326 entry = eventq->first; in emlxs_timer_check_events()
446 for (entry = eventq->first; entry != NULL; entry = entry->next) { in emlxs_flush_ct_event()
844 entry = eventq->first; in emlxs_get_dfc_eventinfo()
1043 entry = eventq->first; in emlxs_get_dfc_event()
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Db.c462 first(Node *p) in first() function
487 if (first(left(p)) == 0) in first()
492 (void) first(left(p)); in first()
495 if (first(left(p)) == 0 && first(right(p)) == 0) in first()
499 b = first(right(p)); in first()
500 if (first(left(p)) == 0 || b == 0) in first()
519 (void) first(v); in follow()
530 if (first(right(p)) == 0) { in follow()
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c668 boolean_t first = B_TRUE; in mac_srs_dcmd() local
698 if (first) { in mac_srs_dcmd()
703 first = B_FALSE; in mac_srs_dcmd()
716 boolean_t first = B_TRUE; in mac_srs_dcmd() local
759 if (first) { in mac_srs_dcmd()
765 first = B_FALSE; in mac_srs_dcmd()
874 boolean_t first = B_TRUE; in mac_srs_dcmd() local
905 if (first) { in mac_srs_dcmd()
910 first = B_FALSE; in mac_srs_dcmd()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio_guest.c450 int first, count; in res_map_parse() local
463 first = slot; in res_map_parse()
479 hardware->tdc.start = first; in res_map_parse()
483 tdc_grp->start_tdc = first; in res_map_parse()
501 hardware->start_rdc = first; in res_map_parse()
504 rdc_grp->start_rdc = (uint8_t)first; in res_map_parse()
506 rdc_grp->def_rdc = (uint8_t)first; in res_map_parse()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A Dps.requests22 % Keywords begin with an @ in the first column. The value follows on the next line
24 % lines that begin with % in the first column.
/illumos-gate/usr/src/uts/intel/os/
H A Dmach29 # entry is loaded first and the first entry loaded last).
/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c306 char first; local
311 if (read(fd, &first, 1) != 1)
315 if (write(fd, &first, 1) != 1)

12345678910>>...32