Searched refs:first (Results 426 - 450 of 539) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_interrupt.s260 ! occurred if the first word of the incoming interrupt
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_macro.c395 man_unscope(man, man->first);
H A Dman_validate.c143 if (NULL == man->first->child)
H A Dmdoc_html.c334 print_mdoc_head(&mdoc->meta, mdoc->first->child, h);
341 mdoc_root_pre(&mdoc->meta, mdoc->first->child, h);
342 print_mdoc_nodelist(&mdoc->meta, mdoc->first->child, h);
343 mdoc_root_post(&mdoc->meta, mdoc->first->child, h);
410 * state data for the first table, then tearing it down
1643 * The first argument of the `In' gets special treatment as
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S35 # Basically, we first create a set of boot arguments to pass to the loaded
144 mov $VOLDESC_LBA,%eax # Set LBA of first VD
172 mov (%si),%al # Get first char of next path
314 lookup_dir: lodsb # Get first char of path
320 call find_file # Lookup first path item
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c461 long first = 0; local
468 while (last >= first) {
469 middle = (first + last) / 2;
474 first = middle + 1;
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c177 * this list is a first guess and is used when all else fails.
1167 /* indicate first socket not initialized */
1205 /* make sure we know first socket on adapter */
1357 * logical socket number. If it fails, then we are the first
2598 /* first pccard,generic-name */
2680 /* need to order these for real mem first */
2840 * The first one is always for CIS access and naming
4153 inthandler_t *intr, *first; local
4173 for (done = 0, result = 0, first = intr = sockp->ls_inthandlers;
4176 if (intr->next == first)
4917 inthandler_t *first; local
5325 inthandler_t *intr, *first; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h63 /* Metaslot is always the first slot in the framdwork, with slotID=0 */
502 * It will first be filled with values that users defined
530 * MAX_SESSION_TO_BE_FREED, at which time the first object in the
534 meta_object_t *first; /* points to first obj in the list */ member in struct:obj_to_be_freed_list
541 meta_session_t *first; /* points to first session in the list */ member in struct:ses_to_be_freed_list
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c490 ap_platopts_check(apd_t *a, int first, int last) argument
513 for (c = first; c <= last; c++)
1344 /* Print the first cpuid */
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_headers.c625 * is added before that header, if first is set, or after. If append is
630 boolean_t append, boolean_t first, char *header_name)
645 if (!first) {
723 * If header_name is NULL we first have to locate the name
629 _sip_add_header(_sip_msg_t *sip_msg, _sip_header_t *new_header, boolean_t append, boolean_t first, char *header_name) argument
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c230 * The next macro places an integer in the first sizeof(int) bytes of a
237 * value to be in the first sizeof(int) bytes of the union element. If
255 * Version 1 entries are first, V2 entries follow.
1747 /* first check to see if colon (:) is there */
1855 /* first check to see if colon (:) is there */
1964 * first check to see if colon (:) is there,
1966 * i.e., colon is not the first character
2341 * Add reverse map first.
2657 * encrypt the password first.
3026 boolean_t first local
3434 int first = 1; local
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc78 reset(); /* get rid of data structures first */
422 * Returns the first entry found in the table by setting 'answer' to
427 db_mindex::first(entryp *where, entry_object ** answer) function in class:db_mindex
437 READLOCK(this, DB_LOCK_ERROR, "r db_mindex::first");
438 READLOCK2(table, DB_LOCK_ERROR, "r table db_mindex::first", this);
450 "ru db_mindex::first LDAP",
451 "ru table db_mindex::first LDAP");
462 "ru db_mindex::first", "ru table db_mindex::first");
526 * the results of the first/nex
546 db_mindex::first(db_query *q, function in class:db_mindex
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c885 bool first = *al < 0; local
951 if (first) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2643 ha->pending_cmds.first = NULL;
2984 link = ha->dev[index].first;
3279 for (link = ha->dev[index].first; link != NULL;
3350 if (ha->dev[index].first != NULL) {
3371 for (link = ha->dev[index].first; link != NULL;
3919 if ((link = ha->pending_cmds.first) != NULL) {
3981 link = vha->dev[index].first;
3988 for (link2 = tq->lun_queues.first;
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c328 * consconfig_dacf first opening of wscons, tems (of type tem_state_t) is
361 * In normal case, the first screen is the system console;
362 * In tipline case, the first screen is the first VT that gets started.
373 * as the first console, clear the phyical
924 case VT_OPENQRY: /* return number of first free VT */
1330 vc_avl_compare(const void *first, const void *second) argument
1332 const vc_state_t *vcptr1 = first;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h149 #define NEXT_ENTRY_PTR(ptr, first, last) \
150 ((ptr == last) ? first : (ptr + 1))
261 * hardware errors only the the first NXGE_ERROR_SHOW_MAX -1 times
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c904 * rd/wr data is completely contained in the first
4004 bool_t first = TRUE; local
4018 first = FALSE;
4021 if (first)
4022 first = FALSE;
4028 if (first)
4029 first = FALSE;
4035 if (first)
4036 first = FALSE;
4816 * chksum data described by buf,len; therefore, the first
[all...]
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c723 * first indirect descriptor
817 virtio_ventry_stick(struct vq_entry *first, struct vq_entry *second) argument
819 first->qe_next = second;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c536 const char *propname, uint64_t value, int first)
551 if (!first) {
1122 * Call after successfully receiving properties to ensure that only the first
535 dsl_prop_changed_notify(dsl_pool_t *dp, uint64_t ddobj, const char *propname, uint64_t value, int first) argument
H A Ddnode.c1241 * other direct or indirect hold on the dnode must first drop the dnode
1364 * succeed if there are no blocks allocated or dirty beyond first block
1386 /* Check for any allocated blocks beyond the first */
1644 * the first and last indirect blocks can actually be written
1663 uint64_t first, last; local
1665 first = blkid >> epbs;
1666 dnode_dirty_l1(dn, first, tx);
1671 if (last != first)
1676 for (uint64_t i = first + 1; i < last; i++) {
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1236 /* first print the expired list. */
2848 uintptr_t current, first; local
2888 if (mdb_readvar(&first, "cpu_list") == -1) {
2893 current = first;
2905 } while ((current = (uintptr_t)cpu.cpu_next) != first);
3082 int first = 1, i, j, k; local
3091 if (first) {
3105 first ? "<--+" : "");
3112 first = 0;
3687 * push those on to our stack first
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c86 * of straccess() perform the first check that straccess() will do
104 * mblk, a quick heuristic is used. If the first mblk in
344 * Ignore dummydev since this is not the first open.
968 strget(struct stdata *stp, queue_t *q, struct uio *uiop, int first, argument
980 (!first || (stp->sd_wakeq & RSLEEP))) {
983 * If this is the first time we're called by e.g. strread
989 if (first)
1155 int first; local
1195 first = 1;
1196 while ((bp = strget(stp, q, uiop, first,
6518 char first = 1; local
7084 char first = 1; local
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c254 static int delayed; /* is job being rescheduled or did it run first time */
753 read_dirs(int first) argument
770 init_cronevent(dp->d_name, first);
797 init_atevent(dp->d_name, tim, jobtype, first);
856 init_cronevent(char *name, int first) argument
860 if (first) {
877 init_atevent(char *name, time_t tim, int jobtype, int first) argument
881 if (first) {
1263 /* set the time for the first occurance of this event */
1751 /* wd is the day of the week of the first o
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c570 volatile bool first; local
1108 /* output the first line, inserting "ESMTP" as second word */
1158 first = true;
1242 if (first)
1267 first = false;
1543 /* avoid information leak; take first two words? */
2285 usrerr("503 5.0.0 Polite people say HELO first");
2372 /* must parse sender first */
2941 usrerr("503 5.0.0 I demand that you introduce yourself first");
4878 bool first local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c1573 boolean_t first = _B_TRUE; local
1585 if (!first)
1588 first = _B_FALSE;

Completed in 228 milliseconds

<<11121314151617181920>>