Searched defs:cur_pargs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsdbc_dynmem.c169 char **pargs, **cur_pargs; local
179 cur_pargs = pargs;
182 if (strcmp(*cur_pargs, "h") == 0) {
187 if (strcmp(*cur_pargs, "wake") == 0) {
194 if (strcmp(*cur_pargs, "hys") == 0) {
201 if (strcmp (*cur_pargs, "mon") == 0) {
203 (void) printf("errno=%x, %s=%x\n", errno, *cur_pargs,
209 if (strcmp (*cur_pargs, "age1") == 0) {
211 (void) printf("errno=%x, %s=%x\n", errno, *cur_pargs,
217 if (strcmp(*cur_pargs, "age
[all...]

Completed in 105 milliseconds