/illumos-gate/usr/src/lib/libadm/common/ |
H A D | putprmpt.c | 40 putprmpt(FILE *fp, char *prompt, char *choices[], char *defstr) argument 64 for (i = 0; choices && choices[i]; ++i) { 65 (void) strlcat(buffer, choices[i], sizeof (buffer));
|
H A D | ckrange.c | 97 char *choices[2]; local 116 choices[0] = buffer; 117 choices[1] = NULL; 120 putprmpt(stderr, prompt, choices, defstr);
|
H A D | ckyorn.c | 41 static char *choices[] = { "y", "n", NULL }; variable 90 putprmpt(stderr, prompt, choices, defstr);
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | bootparam_xdr.c | 64 static struct xdr_discrim choices[] = { variable in typeref:struct:xdr_discrim 73 (char *)&objp->bp_address, choices, (xdrproc_t)NULL));
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | refer2.c | 39 void choices(char *); 135 choices(answer); 187 choices(char *buff) function
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | xdr.c | 491 const struct xdr_discrim *choices, const xdrproc_t dfault) 503 * search choices for a value that matches the discriminator. 506 for (; choices->proc != NULL_xdrproc_t; choices++) { 507 if (choices->value == dscm) 508 return ((*(choices->proc))(xdrs, unp, LASTUNSIGNED)); 490 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, const xdrproc_t dfault) argument
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | xdr.c | 522 const struct xdr_discrim *choices, const xdrproc_t dfault) 535 * search choices for a value that matches the discriminator. 538 for (; choices->proc != NULL_xdrproc_t; choices++) { 539 if (choices->value == dscm) 540 return ((*(choices->proc))(xdrs, unp, LASTUNSIGNED)); 521 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, const xdrproc_t dfault) argument
|
/illumos-gate/usr/src/lib/pyzfs/common/ |
H A D | userspace.py | 172 type="choice", choices=fields, default=list(), 176 type="choice", choices=fields, #-s sets the default
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | restore_repository.sh | 179 restore it, or one of the following choices:
|
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libadm.h | 300 extern void putprmpt __P((FILE *fp, char *prompt, char *choices[],
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg.c | 3861 * Prints all the choices available for an enum property [c1|c2|c3]. 3869 boolean_t choices = B_FALSE; local 3911 if (!choices) 3913 (void) printf("%s%s", choices ? "|" : "", str); 3914 choices = B_TRUE; 3916 if (choices) 4062 /* print choices, won't print anything if there aren't any */
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_login.c | 177 iscsit_handle_digest(iscsit_conn_t *ict, nvpair_t *choices, 617 * choices in range or we needed to change a boolean 850 * choices in range or we needed to change a boolean 2433 iscsit_handle_digest(iscsit_conn_t *ict, nvpair_t *choices, argument 2453 digest_choice = idm_get_next_listvalue(choices, NULL); 2456 * Loop through all choices. As soon as we find a choice 2480 digest_choice = idm_get_next_listvalue(choices,
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_xml.c | 116 "choices", /* SC_CHOICES */ 2519 lxml_get_tm_choices(entity_t *service, pgroup_t *pg, xmlNodePtr choices) argument 2526 for (cursor = choices->xmlChildrenNode; 2561 "choices for service %s.\n"), cursor->name,
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 870 const struct xdr_discrim *choices, xdrproc_t dfault);
|