Searched defs:first (Results 151 - 175 of 355) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c518 static int first = 1; local
520 if (first) {
521 first = 0;
/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/oawk/
H A Db.c261 first(NODE *p) /* collects initially active leaves of p into setvec */ function
279 if (first(left(p)) == 0)
284 first(left(p));
287 if (first(left(p)) == 0 && first(right(p)) == 0)
291 b = first(right(p));
292 if (first(left(p)) == 0 || b == 0)
296 error(FATAL, "unknown type %d in first\n", type(p));
312 case PLUS: first(v);
323 if (first(righ
[all...]
/illumos-gate/usr/src/cmd/od/
H A Dod.c547 boolean_t first = B_TRUE; local
869 if ((!first) && (buffer.navail >= blocksize) && (!doall)) {
893 first = B_FALSE;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclscsi.c102 node_t *first; member in struct:linked_list
126 tmp = list->first;
149 cntrl_list->first = NULL;
177 if (cntrl_list->first == NULL) {
178 cntrl_list->first = nodeptr;
181 nodeptr->next = cntrl_list->first;
182 cntrl_list->first = nodeptr;
246 tmp = list->first;
423 curr = list->first;
491 curr = scsi_list->first;
[all...]
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c336 do_range(psetid_t pset, processorid_t first, processorid_t last, int print) argument
343 for (cpu = first; cpu <= last; cpu++) {
350 warn(gettext("no processors in range %d-%d\n"), first, last);
856 processorid_t first, last; local
858 first = (processorid_t)
870 last < first || first < 0) {
877 if (do_range(pset, first, last, pflag))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c109 int first = 1; local
300 first = last = atoi(p);
303 first = atoi(p);
473 cap_read(first, last, filter, proc, flags);
558 * This constitutes the first half of the summary
809 "\t[ -p first[,last] ] # Select packet(s) to display\n");
979 * Invoke any registered alarms. This involves first calculating
1065 * after first terminal interruption.
H A Dsnoop_capture.c324 int first, int last, int flags)
447 if (!cap || count >= first)
630 * set buffer pointer to point at first packet
680 cap_read(int first, int last, int filter, void (*proc)(), int flags) argument
686 scan(cap_buffp, cap_len, filter, 1, !cap_new, proc, first, last, flags);
696 static int first = 1; local
703 if (first) {
704 first = 0;
323 scan(char *buf, int len, int filter, int cap, int old, void (*proc)(), int first, int last, int flags) argument
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c885 bool first = *al < 0; local
951 if (first) {
/illumos-gate/usr/src/cmd/mailx/
H A Daux.c599 int first = 1, wint = 0; local
632 if (first) {
634 first = 0;
/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 */
H A Dthread.c393 int first; local
398 * screen. If we are not printing our first set of data, and
404 if (first) { \
405 first = FALSE; \
442 first = TRUE;
487 first = TRUE;
992 " - for the very first kthread (sched/1)\n");
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c279 ql_hba.first, ql_hba.last);
290 hbaptr = (uintptr_t)ql_hba.first;
452 hbaptr = (uintptr_t)ql_hba.first;
591 hbaptr = (uintptr_t)ql_hba.first;
613 hbaptr = (uintptr_t)ql_hba.first;
860 if (dev[index].first == NULL) {
867 /* get the first link */
901 /* Get the first link on the targets cmd wdg q. */
902 if (tq->wdg.first == NULL) {
907 (uintptr_t)tq->wdg.first)
3368 int i, linel, first = 1; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c1016 * The structure offset first.
1068 * The structure offset first.
1286 int first, st, en, pos, len; local
1305 first = st = FBA_TO_LOG_NUM(pos);
1308 BMAP_BIT_SET((uchar_t *)&bitmask, st - first);
/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/allocate/
H A Dmkdevalloc.c185 * starting before the first reboot after Trusted Extensions
244 int first = 0; local
406 if (first) {
420 first++;
425 if (do_devmaps && first) {
427 first = 0;
455 int first = 0; local
608 if (first) {
623 first++;
628 if (do_devmaps && first) {
658 int first = 0; local
827 int first = 0; local
1090 int first = 0; local
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c130 int first = 0; local
230 if (!first) {
231 first++;
362 int first = 0; local
513 if (!first)
514 first++;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c535 int first; local
543 * only the first ten and last ten superblock backups. Since
557 first = 1;
588 if (first && (cg >= 9)) {
589 first = 0;
1388 * that the one we want to use is first on the
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c158 int first = 0; local
189 while ((p = (char *)strtok((first++ == 0 ? optarg : 0),
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c228 int ret, first, err; local
278 first = 1;
280 if (first)
281 first = 0;
/illumos-gate/usr/src/tools/pmodes/
H A Dpmodes.c317 * the first field is the path, the second the type, the
386 /* Skip first column for non-prototype (i.e., pkgmap) files */
507 int cnt = 0, first = 0; local
512 first = tmp - name;
516 if (tmp - name > first - 4)
/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/io/audio/drv/audiots/
H A Daudiots.c86 * modules being loaded first.
275 * Driver initialization, called when driver is first loaded.
533 /* attempt to unregister from the framework first */
747 uint16_t first; local
759 if ((first = audiots_read_ac97(state, reg)) != 0) {
760 next = first;
/illumos-gate/usr/src/uts/common/io/
H A Dconsms.c803 ws->id = 0; /* the first wheel */
1146 * msg->msg_rsp_list, reply upper layer using the first
1222 consms_response_t *first; local
1249 * Since we have use the first M_COPYIN/M_COPYOUT
1253 first = msg->msg_rsp_list;
1254 rsp = first->rsp_next;
1257 for (rsp = first->rsp_next; rsp != NULL; ) {
1268 /* the first one */
1269 (void) putq(WR(first->rsp_queue), mp);
1270 kmem_free(first, sizeo
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dtask.c588 proc_t *first, *prev; local
598 first = tk->tk_memb_list;
599 prev = first->p_taskprev;
600 first->p_taskprev = p;
601 p->p_tasknext = first;
817 * task_join() contains the actions that must be executed when the first
851 * we need to change it. We first get a reference to the current
853 * with an updated project id. Finally we install it, first
855 * acquired the lock the first time and later we release the

Completed in 117 milliseconds

1234567891011>>