Searched defs:first (Results 251 - 275 of 355) sorted by relevance

<<1112131415

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c233 * first then the hash lock (for hash in/out (vp, off) list) or the
455 * smap freelists. Init the scpu_last_smap field to the first
1189 struct smap *smp, *first; local
1207 * first see if the allocq toggled.
1277 * on the first try.
1279 first = smp;
1287 if ((smp = smp->sm_next) == first) {
1309 if (smp == first) {
1325 * from its freelist. If smp is the first one in
1328 if (first
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c614 boolean_t first = B_TRUE; local
735 /* first pass: IPv4 addresses */
738 first = B_TRUE;
741 if (first) {
754 if (!first)
762 if (!first)
765 if (first)
766 first = B_FALSE;
771 if (!first) {
777 first
[all...]
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c1128 * contain the first character of the strings for
1704 * changing the ACL of the hidden attribute directory first.
2128 traverse_attrfile(struct dirent *dp, char *source, char *target, int first) argument
2165 if (first) {
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c182 boolean_t first = B_TRUE; local
191 if (first) {
193 first = B_FALSE;
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.h135 struct roff_node *first; /* The first node parsed. */ member in struct:roff_man
152 #define MDOC_PHRASEQF (1 << 13) /* Quote first word encountered. */
154 #define MDOC_PHRASEQN (1 << 15) /* Quote first word of the next phrase. */
/illumos-gate/usr/src/uts/common/fs/zfs/
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/lib/auditd_plugins/syslog/
H A Dsystoken.c90 static boolean_t first = 1; local
92 if (first) {
94 first = 0;
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c776 * Write the symtab out first so we can correctly
1613 int first; local
1629 first = 0;
1637 first = 0;
1645 first = 1;
1651 if (!first) {
1668 first = 0;
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c211 xfs_sharelist_t *item = NULL, *first = NULL, *last; local
214 first = NULL;
225 if (first == NULL) {
226 first = item;
243 } else if (first == NULL) {
244 first = item;
303 first = fix_notice(first);
304 return (first);
356 list = item->next; /* this must be the first on
[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/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h235 * time the first object in the list will be freed.
240 kernel_object_t *first; /* points to first obj in the list */ member in struct:obj_to_be_freed_list
/illumos-gate/usr/src/lib/efcode/engine/
H A Ddebug.c692 int first = 1, i; local
696 if (!first)
698 first = 0;
701 if (first)
901 * beginning for "colon" acf. If we find a "semi" acf first, we're not in
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c197 /* TODO: first strip leading and trailing whitespace */
249 char *first; local
253 first = "CD-ROM";
255 first = "CD-R";
257 first = "CD-RW";
301 snprintf (buf, MAX_STRING_SZ, _("External %s%s Drive"), first, second);
304 snprintf (buf, MAX_STRING_SZ, _("%s%s Drive"), first, second);
1892 /* first collect from root computer device */
1972 /* ensure ('pamconsole', 'user', 'users', 'defaults' options that imply other options), are first */
2010 /* ensure ('pamconsole', 'user', 'users', 'defaults' options that imply other options), are first */
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c65 unsigned char ifs; /* first char of IFS */
430 register char *cp,*first; local
442 first = cp = fcseek(0);
471 c = (cp-len) - first;
477 c = (cp-1) - first;
487 sfwrite(stkp,first,c);
490 first = fcseek(cp-first);
513 mac_copy(mp,first,c);
523 first
795 register char *first=fcseek(0); local
852 register unsigned char *first,*last,*cp = (unsigned char*)shp->cur_line; local
[all...]
H A Dname.c2305 register int first=1; local
2315 if(!first)
2318 first = 0;
2867 * if <eq> is specified, return pointer to first = not in a subscript
H A Dxec.c108 const char *first; local
111 for(first=format ; c= *format; format++)
115 sfwrite(stkp, first, format-first);
120 first = format;
156 first = format+1;
158 if(format>first)
159 sfwrite(stkp,first, format-first);
1713 int first local
[all...]
/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/libdisasm/common/
H A Ddis_sparc_fmt.c1288 int i, first; local
1315 first = 0;
1320 (first != 0) ? "|" : "",
1322 first = 1;
1329 (first != 0) ? "|" : "",
1331 first = 1;
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c613 char *src, *first, **destp; local
620 first = NULL;
624 if (devpath(&first, src, &upval))
626 pmreq.pmreq_kept = first;
653 free(first);
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1059 /* Print header for the first path */
1166 * dev_t. to do this we first sort all the minor nodes by devt.
1185 /* this is the first minor node we're looking at */
1311 int first = 1; local
1327 if (first) {
1328 first = 0;
1351 if (first) {
1352 first = 0;
1372 * first go through and mark all lnodes and minor nodes for this
1485 int first local
[all...]
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c996 static int first = 1; local
1043 if (first == 1) {
1044 first = 0;
1124 first = 1;
1573 /* Set both lgroup IDs to the lgroup of the first page */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1418 int amt, count, exists, first, mask, mode; local
1445 for (first = 1; ; first = 0) {
1507 if (first) {
1922 /* send ACLs over: send the length first */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c35 static void initifs(boolean_t first);
421 if_process(int s, char *ifname, boolean_t first) argument
475 if (first) {
512 if (!first &&
610 * 'first' is set for the initial call only. Do not effect anything.
613 initifs(boolean_t first) argument
680 if_process(ifsock, lifr->lifr_name, first);
/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;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c121 /* first get the gw names, later you'll resolve them based on the family */
314 first_ttl = str2int(optarg, "first ttl", 1, MAXTTL);
512 "%s: first ttl(hop limit) (%d) may not be greater"
1414 * Initialize the msg6 structure using the hoplimit for the first
1527 * kernel picks the source address based on the first hop
1641 * delay it if it's the very first packet.
1948 static boolean_t first = _B_TRUE; local
1980 if (first && !nflag) {
1982 first = _B_FALSE;

Completed in 354 milliseconds

<<1112131415