Searched refs:outargs (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libpicl/ |
H A D | picl.c | 158 picl_retinit_t outargs; in handshake() local 164 0, &outargs, sizeof (picl_retinit_t))) != PICL_SUCCESS) in handshake() 167 if (darg.rbuf != (char *)&outargs) in handshake() 276 picl_retfini_t outargs; in picl_shutdown() local 285 NULL, 0, &outargs, sizeof (picl_retfini_t)); in picl_shutdown() 292 if (darg.rbuf != (char *)&outargs) in picl_shutdown() 306 picl_retwait_t outargs; in picl_wait() local 313 NULL, 0, &outargs, sizeof (picl_retwait_t), SEND_REQ_TRYCOUNT); in picl_wait() 320 if (darg.rbuf != (char *)&outargs) in picl_wait() 334 picl_retroot_t outargs; in picl_get_root() local [all …]
|
/titanic_44/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 275 filter_bootargs(zlog_t *zlogp, const char *inargs, char *outargs, in filter_bootargs() argument 286 bzero(outargs, BOOTARGS_MAX); in filter_bootargs() 388 (void) snprintf(outargs, BOOTARGS_MAX, in filter_bootargs() 389 "%s -%c %s ", outargs, c, optarg ? optarg : ""); in filter_bootargs() 399 (void) snprintf(outargs, BOOTARGS_MAX, in filter_bootargs() 400 "%s -%c", outargs, optopt); in filter_bootargs()
|