Home
last modified time | relevance | path

Searched refs:wild (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgnmchk.c55 valname(char *pkg, int wild) in valname() argument
61 if (wild && (strcmp(pkg, "all") == 0)) in valname()
80 if (!wild) in valname()
/illumos-gate/usr/src/cmd/format/
H A Dio.c244 geti(char *str, int *iptr, int *wild) in geti() argument
253 *iptr = *wild; in geti()
277 geti64(char *str, uint64_t *iptr, uint64_t *wild) in geti64() argument
286 *iptr = *wild; in geti64()
318 int wild; in getbn() local
366 wild = ncyl + acyl - 1; in getbn()
367 if (geti(buf, &cyl, &wild)) in getbn()
378 wild = nhead - 1; in getbn()
379 if (geti(buf, &head, &wild)) in getbn()
389 wild = sectors(head) - 1; in getbn()
[all …]
H A Dio.h105 int geti(char *str, int *iptr, int *wild);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmprivate.c105 if(bp == vd->wild)
106 vd->wild = NIL(Block_t*);
168 if((tp = vd->wild) && (seg = SEG(tp)) != vd->seg)
178 vd->wild = NIL(Block_t*);
H A Dvmbest.c94 if(b == vd->wild)
420 if(np == vd->wild)
421 vd->wild = NIL(Block_t*);
450 { vd->wild = fp;
547 if(bp == vd->wild)
567 vd->wild = NIL(Block_t*);
669 vd->wild = NIL(Block_t*);
698 vd->wild = np;
826 if(vd->wild && SIZE(vd->wild) >= COMPACT*vd->incr)
892 { if(np == vd->wild)
[all …]
H A Dvmopen.c118 vd->free = vd->wild = NIL(Block_t*);
156 else vd->wild = bp;
H A Dvmclear.c48 vd->free = vd->wild = NIL(Block_t*);
H A Dvmhdr.h312 Block_t* wild; /* wilderness block */ member
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c722 const char *wild = "*"; local
759 makekey(key, wild, domain);
762 makekey(key, *pname, wild);
765 makekey(key, wild, wild);
774 (void) makekey_lc(key, *pname, wild);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c458 int wild; /* flag, true iff wild card char seen */ in _compat_makeut() local
463 wild = 0; in _compat_makeut()
466 wild = 1; in _compat_makeut()
470 if (wild) { in _compat_makeut()
/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c457 int len, wild; in devpolicy_load() local
462 wild = len > 0 && in devpolicy_load()
468 wild && strchr(tmp + 1, '*') != NULL) { in devpolicy_load()
475 } else if (lastmajor > curmaj || lastwild > wild || in devpolicy_load()
481 lastwild = wild; in devpolicy_load()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c351 int wild; /* True if the path contains any wildcards */ in ef_expand_file() local
388 for(wild=0,pptr=path; !wild && *pptr; pptr++) { in ef_expand_file()
395 wild = 1; in ef_expand_file()
403 if(!wild) { in ef_expand_file()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c576 smbfs_smb_findopen(struct smbnode *dnp, const char *wild, int wlen, in smbfs_smb_findopen() argument
593 error = smbfs_xa_findopen(ctx, dnp, wild, wlen); in smbfs_smb_findopen()
598 error = smbfs_smb2_findopen(ctx, dnp, wild, wlen, attr); in smbfs_smb_findopen()
600 error = smbfs_smb_findopenLM2(ctx, dnp, wild, wlen, attr); in smbfs_smb_findopen()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c213 char *wild; in ppm_create_db() local
259 if (wild = strchr(new->name, '*')) in ppm_create_db()
260 new->plen = (wild - new->name); in ppm_create_db()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlauxlib.c761 const char *wild; in luaL_gsub() local
765 while ((wild = strstr(s, p)) != NULL) { in luaL_gsub()
766 luaL_addlstring(&b, s, wild - s); /* push prefix */ in luaL_gsub()
768 s = wild + l; /* continue after `p' */ in luaL_gsub()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.h198 uint32_t wild; /* 63:32 */ member
202 uint32_t wild; /* 63:32 */
H A Dhxge_pfc.c196 mask->wild = 0xffffffff; in hxge_tcam_default_add_entry()
/illumos-gate/usr/src/cmd/filesync/
H A DREADME62 specified, explicitly, implicitly, or with wild cards.
109 wild cards for files or directories to be included
112 wild cards for file names to be ignored
255 wild cards and embedded environment variables.
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ62 ancient C. It's open source, after all. Go wild.
/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c129 #define IOC_INPUT_TEST_IMPL(ioc, name, req, opt, err, wild) \ argument
133 (void) lzc_ioctl_test(ioc, name, req, opt, err, wild); \
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.illumos40 been issues seen with it in the wild and thus we opt to disable it by default
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1265 #define SET_EXP_MINMAX(type, wild, alg, min, max, ipss) \ in ipsec_act_wildcard_expand() argument
1266 if (wild) { \ in ipsec_act_wildcard_expand()
1304 #define WHICH_ALG(type, wild, idx, ipss) \ in ipsec_act_wildcard_expand() argument
1305 ((wild)?(ipss->ipsec_sortlist[type][idx]):(idx)) in ipsec_act_wildcard_expand()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c905 #define WHICH_ALG(type, wild, idx) ((wild)?(known_algs[type][idx].id):(idx)) in ips_act_wild_props_to_action() argument
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope2540 # lists found in the internet are quite wild.)
3127 # Make a wild guess that it switched to Vladivostok time in 2004.
/illumos-gate/usr/src/cmd/spell/
H A Dlist24671 wild

12