Searched refs:noname (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | userspace.py | 84 if not options.noname and rid < 1<<31: 160 parser.add_option("-n", action="store_true", dest="noname", 207 options.noname = True
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | propfuncs.c | 400 boolean_t cont, noname = B_FALSE; local 436 noname = B_TRUE; 453 if (noname) 459 if (noname)
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 404 void nv_attribute(register Namval_t *np,Sfio_t *out,char *prefix,int noname) argument 526 if(noname)
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 181 static char noname[2] = "-"; variable 944 modules[midx].bm_name = (native_ptr_t)(uintptr_t)noname;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunddi.c | 9399 static const char *noname = "<none>"; local 9414 ndi_devi_alloc_sleep(pdip, (char *)noname, DEVI_SID_NODEID, &dip);
|
Completed in 71 milliseconds