/titanic_41/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprivate.c | 80 { 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*); 194 if((t = vd->wild) && (seg = SEG(t)) != vd->seg) 203 vd->wild = NIL(Block_t*);
|
H A D | vmbest.c | 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 = np; 909 if(vd->wild && SIZE(vd->wild) >= COMPACT*vd->incr) [all …]
|
H A D | vmopen.c | 123 vd->free = vd->wild = NIL(Block_t*); 165 else vd->wild = b;
|
H A D | vmclear.c | 57 vd->free = vd->wild = NIL(Block_t*);
|
H A D | vmhdr.h | 346 Block_t* wild; /* wilderness block */ member
|
/titanic_41/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | special.c | 95 int wild = 0; in match() local 97 wild = 1; in match() 101 if (!wild) { in match() 158 int wild; in search_special_contents() local 172 wild = (ppcSC[*piX][j - 1] == '*'); in search_special_contents() 187 if (wild == 0) in search_special_contents() 197 if (wild == 0) (*piX)++; in search_special_contents()
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | pkgnmchk.c | 55 valname(char *pkg, int wild) in valname() argument 61 if (wild && (strcmp(pkg, "all") == 0)) in valname() 80 if (!wild) in valname()
|
/titanic_41/usr/src/cmd/format/ |
H A D | io.c | 79 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) in geti() argument 275 int *iptr, *wild; 283 if (wild != NULL && strcmp(str, WILD_STRING) == 0) 284 *iptr = *wild; 308 geti64(str, iptr, wild) in geti64() argument 310 uint64_t *iptr, *wild; 318 if ((wild != NULL) && (strcmp(str, WILD_STRING)) == 0) { 319 *iptr = *wild; [all …]
|
H A D | io.h | 105 int geti(char *str, int *iptr, int *wild);
|
/titanic_41/usr/src/lib/nsswitch/nis/common/ |
H A D | getnetgrent.c | 722 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);
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getut.c | 458 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()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | devpolicy.c | 457 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()
|
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | expand.c | 353 int wild; /* True if the path contains any wildcards */ in ef_expand_file() local 390 for(wild=0,pptr=path; !wild && *pptr; pptr++) { in ef_expand_file() 397 wild = 1; in ef_expand_file() 405 if(!wild) { in ef_expand_file()
|
/titanic_41/usr/src/uts/sun4u/io/ |
H A D | ppm_xgsubr.c | 213 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()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/ |
H A D | docmds.c | 671 char *wild; in discont_srch() local 693 if (WILDCARD(wild, pat) == NULL) { in discont_srch() 695 printf("discont_srch: wild = %x\n", wild); in discont_srch()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_pfc.h | 200 uint32_t wild; /* 63:32 */ member 204 uint32_t wild; /* 63:32 */
|
H A D | hxge_pfc.c | 196 mask->wild = 0xffffffff; in hxge_tcam_default_add_entry()
|
/titanic_41/usr/src/cmd/filesync/ |
H A D | README | 62 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.
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | README.illumos | 40 been issues seen with it in the wild and thus we opt to disable it by default
|
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 2256 smbfs_smb_findopen(struct smbnode *dnp, const char *wild, int wlen, in smbfs_smb_findopen() argument 2271 error = smbfs_xa_findopen(ctx, dnp, wild, wlen); in smbfs_smb_findopen() 2276 error = smbfs_smb_findopenLM1(ctx, dnp, wild, wlen, attr); in smbfs_smb_findopen() 2278 error = smbfs_smb_findopenLM2(ctx, dnp, wild, wlen, attr); in smbfs_smb_findopen()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 1264 #define SET_EXP_MINMAX(type, wild, alg, min, max, ipss) \ in ipsec_act_wildcard_expand() argument 1265 if (wild) { \ in ipsec_act_wildcard_expand() 1303 #define WHICH_ALG(type, wild, idx, ipss) \ in ipsec_act_wildcard_expand() argument 1304 ((wild)?(ipss->ipsec_sortlist[type][idx]):(idx)) in ipsec_act_wildcard_expand()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 905 #define WHICH_ALG(type, wild, idx) ((wild)?(known_algs[type][idx].id):(idx)) in ips_act_wild_props_to_action() argument
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | europe | 2620 # lists found in the internet are quite wild.) 3171 # Make a wild guess that it switched to Vladivostok time in 2004.
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 24674 wild
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 24673 wild
|