Searched refs:wild (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dpkgnmchk.c55 valname(char *pkg, int wild) argument
60 /* wild == 1 allow wildcard specification as a name */
61 if (wild && (strcmp(pkg, "all") == 0))
80 if (!wild)
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c95 int wild = 0; local
97 wild = 1;
101 if (!wild) {
158 int wild; local
172 wild = (ppcSC[*piX][j - 1] == '*');
179 * not a wild card). If the path is greater than the rule,
187 if (wild == 0)
197 if (wild == 0) (*piX)++;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprivate.c80 { if(!vd->wild || SEG(vd->wild) != seg)
83 { s = SIZE(vd->wild) + sizeof(Head_t);
131 if(bp == vd->wild)
132 vd->wild = NIL(Block_t*);
172 check for the wild block.
193 /* see if the wild block is still wild */
194 if((t = vd->wild) && (seg = SEG(t)) != vd->seg)
203 vd->wild
[all...]
H A Dvmopen.c123 vd->free = vd->wild = NIL(Block_t*);
165 else vd->wild = b;
H A Dvmclear.c57 vd->free = vd->wild = NIL(Block_t*);
H A Dvmbest.c41 static int N_wild; /* # allocated from the wild block */
103 if(b == vd->wild)
455 if(np == vd->wild)
456 vd->wild = NIL(Block_t*);
485 { vd->wild = fp;
591 if(bp == vd->wild)
611 vd->wild = NIL(Block_t*);
723 if((tp = vd->wild) && SIZE(tp) >= size)
725 vd->wild = NIL(Block_t*);
761 vd->wild
[all...]
H A Dvmhdr.h346 Block_t* wild; /* wilderness block */ member in struct:_vmdata_s
/illumos-gate/usr/src/cmd/format/
H A Dio.h105 int geti(char *str, int *iptr, int *wild);
H A Dio.c79 static int geti64(char *str, uint64_t *iptr, uint64_t *wild);
97 static int geti64(char *str, uint64_t *iptr, uint64_t *wild);
273 geti(str, iptr, wild)
275 int *iptr, *wild;
280 * If there's a wildcard value and the string is wild, return the
283 if (wild != NULL && strcmp(str, WILD_STRING) == 0)
284 *iptr = *wild;
308 geti64(str, iptr, wild)
310 uint64_t *iptr, *wild;
315 * If there's a wildcard value and the string is wild, retur
353 int wild; local
[all...]
/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.c58 #define SC_WILDC 0xff /* wild char for utmp ids */
448 * makeut - create a utmp entry, recycling an id if a wild card is
458 int wild; /* flag, true iff wild card char seen */ local
463 wild = 0;
466 wild = 1;
470 if (wild) {
590 * gets called if a wild card character was specified.
606 * if this character isn't wild, it'll
612 * it's a wild characte
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c353 int wild; /* True if the path contains any wildcards */ local
390 for(wild=0,pptr=path; !wild && *pptr; pptr++) {
397 wild = 1;
405 if(!wild) {
/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c454 * entries, then the wild card entries, longest first.
457 int len, wild; local
462 wild = len > 0 &&
468 wild && strchr(tmp + 1, '*') != NULL) {
475 } else if (lastmajor > curmaj || lastwild > wild ||
481 lastwild = wild;
491 * or a string/wild card matching a minor node.
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c213 char *wild; local
259 if (wild = strchr(new->name, '*'))
260 new->plen = (wild - new->name);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.h200 uint32_t wild; /* 63:32 */ member in struct:hxge_tcam_spread_S
204 uint32_t wild; /* 63:32 */
H A Dhxge_pfc.c183 * Only use the blade id for matching and the rest are wild cards.
196 mask->wild = 0xffffffff;
262 * A wild card will be used for the class code in order to match
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c2256 smbfs_smb_findopen(struct smbnode *dnp, const char *wild, int wlen, argument
2271 error = smbfs_xa_findopen(ctx, dnp, wild, wlen);
2276 error = smbfs_smb_findopenLM1(ctx, dnp, wild, wlen, attr);
2278 error = smbfs_smb_findopenLM2(ctx, dnp, wild, wlen, attr);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1264 #define SET_EXP_MINMAX(type, wild, alg, min, max, ipss) \
1265 if (wild) { \
1303 #define WHICH_ALG(type, wild, idx, ipss) \
1304 ((wild)?(ipss->ipsec_sortlist[type][idx]):(idx))
/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))

Completed in 96 milliseconds