Searched refs:outargs (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libpicl/ |
H A D | picl.c | 156 picl_retinit_t outargs; in handshake() local 162 0, &outargs, sizeof (picl_retinit_t))) != PICL_SUCCESS) in handshake() 165 if (darg.rbuf != (char *)&outargs) in handshake() 274 picl_retfini_t outargs; in picl_shutdown() local 283 NULL, 0, &outargs, sizeof (picl_retfini_t)); in picl_shutdown() 290 if (darg.rbuf != (char *)&outargs) in picl_shutdown() 304 picl_retwait_t outargs; in picl_wait() local 311 NULL, 0, &outargs, sizeof (picl_retwait_t), SEND_REQ_TRYCOUNT); in picl_wait() 318 if (darg.rbuf != (char *)&outargs) in picl_wait() 332 picl_retroot_t outargs; in picl_get_root() local [all …]
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 276 filter_bootargs(zlog_t *zlogp, const char *inargs, char *outargs, in filter_bootargs() argument 287 bzero(outargs, BOOTARGS_MAX); in filter_bootargs() 390 (void) strlcat(outargs, argsw, BOOTARGS_MAX); in filter_bootargs() 392 (void) strlcat(outargs, optarg, BOOTARGS_MAX); in filter_bootargs() 403 (void) strlcat(outargs, argsw, BOOTARGS_MAX); in filter_bootargs()
|