Searched refs:arg_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_npreload/common/
H A Ds10_npreload.c59 char arg_buf[PSARGSZ]; local
71 (void) strlcpy(arg_buf, argsinfo.dla_argv[0], sizeof (arg_buf));
74 (void) strlcat(arg_buf, " ", sizeof (arg_buf));
75 if (strlcat(arg_buf, argsinfo.dla_argv[i], sizeof (arg_buf))
76 >= sizeof (arg_buf))
80 (void) __systemcall(&rval, SYS_brand, B_S10_NATIVE, cmd_buf, arg_buf);
/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c215 char arg_buf[PSARGSZ]; local
219 if (copyin(args, &arg_buf, sizeof (arg_buf)) != 0)
246 (void) strlcpy(up->u_psargs, arg_buf, sizeof (up->u_psargs));

Completed in 69 milliseconds