Searched defs:inargs (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uux.c | 92 char inargs[BUFSIZ]; local 288 inargs[0] = '\0'; 291 STRNCAT(inargs, " "); 292 STRNCAT(inargs, argv[optind]); 299 DEBUG(4, "arg - %s\n", inargs); 326 ap = inargs; 492 ap = inargs;
|
/illumos-gate/usr/src/lib/libpicl/ |
H A D | picl.c | 438 picl_reqsetattrval_t *inargs; local 444 inargs = alloca(sizeof (picl_reqsetattrval_t) + nbytes); 445 inargs->cnum = PICL_CNUM_SETATTRVAL; 446 inargs->attr = proph; 447 inargs->bufsize = (uint32_t)nbytes; 448 if ((size_t)inargs->bufsize != nbytes) 450 (void) memcpy(inargs->valbuf, valbuf, nbytes); 452 err = trysend_req(&darg, inargs, sizeof (picl_reqsetattrval_t) + 473 picl_reqsetattrvalbyname_t *inargs; local 479 inargs [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | pm.c | 310 int inargs; /* INWHO, INDATAINT, INDATASTRING, INDEP, */ member in struct:pm_cmd_info 369 * command, name, supported, str_type, inargs, diptype, deptype, permission 1005 if (pcip->inargs & INWHO) { 1018 if (pcip->inargs & INDATA) { 1051 if (pcip->inargs & INDATAINT) { 1062 ASSERT(!(pcip->inargs & INDATASTRING)); 1085 if (pcip->inargs & INDATASTRING) { 1086 ASSERT(!(pcip->inargs & INDATAINT)); 1121 if (pcip->inargs & INWHO) { 1134 if (!(pcip->inargs [all...] |
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 275 filter_bootargs(zlog_t *zlogp, const char *inargs, char *outargs, argument 294 if (inargs == NULL || inargs[0] == '\0') { 312 inargs = zonecfg_args; 316 if (strlen(inargs) >= BOOTARGS_MAX) { 321 (void) strlcpy(scratchargs, inargs, sizeof (scratchargs)); 336 (void) strlcpy(scratchargs, inargs, sizeof (scratchargs));
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 1121 char *inargs = opts; local 1238 inargs = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP); 1239 inargs[0] = '\0'; 1241 error = copyinstr(opts, inargs, (size_t)optlen, 1248 vfs_parsemntopts(&mnt_mntopts, inargs, 0); 1589 vfs_createopttbl_extend(&tmp_mntopts, inargs, 1591 vfs_parsemntopts(&tmp_mntopts, inargs, 1); 1746 &vfsp->vfs_mntopts, inargs, optlen); 1750 copyout_error = copyoutstr(inargs, opts, 1826 if (inargs ! [all...] |
Completed in 78 milliseconds