Searched refs:first (Results 201 - 225 of 539) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h229 uint8_t first; /* first chunk for tag */ member in struct:nca_io2_s
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_events.h197 emlxs_event_entry_t *first; member in struct:emlxs_event_queue
/illumos-gate/usr/src/lib/libast/common/port/
H A Dmc.c65 int first; local
101 first = 1;
128 if (first)
130 first = 0;
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A DMakefile59 CPPFLAGS.first += -I../../../lib/smbsrv/libfksmbsrv/common
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_html.c116 dp = sp->first;
H A Dtbl_term.c80 * The first time we're invoked for a given table block,
131 cp = sp->layout->first;
132 dp = sp->first;
228 c1 = sp->layout->first;
229 c2 = sp->prev == NULL ? NULL : sp->prev->layout->first;
H A Deqn.c527 if (bp->first)
528 eqn_box_free(bp->first);
554 if (NULL != parent->first) {
558 parent->first = bp;
566 * EQN_SUBEXPR as the first element.
578 if (parent->last == parent->first)
579 parent->first = NULL;
588 newb->first = newb->last = b;
589 newb->first->next = NULL;
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c281 int x, first = -1, last = -1; local
287 if (first == -1)
288 first = x;
295 } else if (first == -1) {
305 if (curbrk != segs[first].ls_start) {
306 dprintf(("adding [%p, %p) in brk, before first seg\n",
307 brkbase, segs[first].ls_start));
311 lm->lkm_limit = segs[first].ls_start;
314 curbrk = segs[first].ls_start;
321 for (x = first;
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dvacation.c307 dump_all_content(first)
308 struct entry *first;
312 for (which = first; which != NULL; which = which->next) {
322 struct entry *first = NULL, *last = NULL, *new_entry, *curr; local
338 if (first == NULL) { /* => so is last */
341 first = new_entry;
344 for (curr = first; curr != NULL &&
356 first = new_entry;
363 dump_all_content(first);
377 * Reads first lin
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Db.c345 first(Node *p) function
360 if (first(left(p)) == 0)
365 (void) first(left(p));
368 if (first(left(p)) == 0 && first(right(p)) == 0)
372 b = first(right(p));
373 if (first(left(p)) == 0 || b == 0)
377 ERROR "unknown type %d in first", type(p) FATAL;
393 (void) first(v);
404 if (first(righ
[all...]
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_convert.c49 krb5_tl_data *first, *second; local
113 for (first = current->tl_data, second = new->tl_data;
114 first; first = first->tl_data_next,
116 if ((first->tl_data_length == second->tl_data_length) &&
117 (first->tl_data_type == second->tl_data_type)) {
118 if ((memcmp((char *)first->tl_data_contents,
120 first->tl_data_length)) != 0) {
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c667 boolean_t first = B_TRUE; local
697 if (first) {
702 first = B_FALSE;
715 boolean_t first = B_TRUE; local
758 if (first) {
764 first = B_FALSE;
873 boolean_t first = B_TRUE; local
904 if (first) {
909 first = B_FALSE;
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c974 /* If this is the first entry, just add it */
1123 int first, i; local
1127 first = 1;
1129 if (first) {
1137 print_spcmd(&s, sp, first, verbose);
1139 first = 0;
1143 first = 1;
1145 if (first) {
1153 print_spcmd(&s, sp, first, verbose);
1155 first
[all...]
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c203 * ===> Need comment to explain that this first "if" is optimizing
590 char *first; local
602 for (first = instr; isspace(*first); first++) {
605 if (*first == '\0') {
617 linelen = last - first + 1;
618 if (first != instr) {
619 instr = first;
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_field.c38 #define first(f) (f->field [Pmin(f, P(f))]) macro
208 return (_set_current_field(f, prev(first(f))));
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c135 ctx->waitDone.first = ctx->waitDone.last = NULL;
191 for (this_wait = this_wl->first;
199 for (this_wait = ctx->waitDone.first;
253 if (ctx->waitDone.first != NULL) {
256 new->u.wait.this = ctx->waitDone.first;
257 ctx->waitDone.first = ctx->waitDone.first->next;
258 if (ctx->waitDone.first == NULL)
388 /* Timers go first since we'd like them to be accurate. */
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.h85 struct nscd_nsw_state *first; member in struct:__anon1025
130 struct nscd_getent_context *first; member in struct:nscd_getent_ctx_base
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dplatsvcd.conf47 * Object string ID of first object
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c463 * finish with the first block mapped-in to provide easy virt access
476 * cprboot first stage worklist
543 * first (true): first stage, (false): second stage
545 * first stage summary:
563 main(void *cookie, int first) argument
565 if (first) {
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c153 fhc_b_search(fhc_bd_t *in_array[], int board, int first, int last) argument
162 while (first < last) {
163 mid = (first + last) / 2;
165 first = mid + 1;
170 if (in_array[first]->sc.board == board) {
171 return (first);
706 fhc_bdlist_prime(int first, int count, int incr) argument
720 for (board = first; board < count; board += incr) {
981 /* first check empty then disconnected */
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c372 /* Object is the first one in the list. */
381 /* Object is not the first one in the list. */
480 /* Remove the object from the session's object list first. */
781 /* Object is the first one in the list */
790 /* Object is not the first one in the list. */
831 /* Remove the object from the slot's token object list first. */
896 * The first TRUE boolean argument indicates that the caller
1052 * maximum threshold MAX_OBJ_TO_BE_FREED, it will free the first
1064 if (obj_delay_freed.first == NULL) {
1066 obj_delay_freed.first
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c469 line *first, *last, *a; local
473 first = addr2 + 1;
477 for (a=first; a<=last; a++) {
478 if (a==first+5 && last-first > 10)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c136 print_entries (int y, int size, int first, int entryno, char *menu_entries) argument
142 if (first)
147 menu_entries = get_entry (menu_entries, first, 0);
171 print_entries_raw (int size, int first, char *menu_entries) argument
181 for (i = first; i < size; i++)
750 current_term = term_table; /* assumption: console is first */
793 current_term = term_table; /* we know that console is first */
844 /* translate characters first! */
959 /* Try the preset menu first. This will succeed at most once,
1012 /* The first titl
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c179 * Get the address of the first thread on the next sleepq in the
288 wchaninfo_vtwalk(uintptr_t addr, const kthread_t *t, int *first) argument
294 if (*first) {
295 *first = 0;
310 int first = 1; local
326 (mdb_walk_cb_t)wchaninfo_vtwalk, &first, addr) == -1) {
693 turnstile_t *tc_first; /* first turnstile on hash chain */
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c158 int rc, optind, i, first, free_filtpattern; local
300 first = 1;
336 if ( !first ) {
339 first = 0;
613 int rc, first, matches; local
805 first = 1;
828 if ( !first ) {
831 first = 0;
913 first = 1;
917 if ( !first ) {
[all...]

Completed in 161 milliseconds

1234567891011>>