Searched refs:idtypes (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/priocntl/
H A Dsubr.c74 * Structure defining idtypes known to the priocntl command
79 static struct idtypes { struct
82 } idtypes [] = { variable in typeref:struct:idtypes
97 #define IDCNT (sizeof (idtypes) / sizeof (struct idtypes))
105 register struct idtypes *curp;
106 register struct idtypes *endp;
108 for (curp = idtypes, endp = &idtypes[IDCNT]; curp < endp; curp++) {
123 register struct idtypes *cur
[all...]
/opensolaris-onvv-gate/usr/src/cmd/pools/poolbind/
H A Dpoolbind.c64 } idtypes[] = { variable in typeref:struct:__anon1423
133 for (i = 0; idtypes[i].str != NULL; i++) {
134 if (strcmp(optarg, idtypes[i].str) == 0) {
135 idtype = idtypes[i].idtype;
136 idstr = idtypes[i].str;
141 idtypes[i].str == NULL)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c674 static struct idtypes { struct
677 } idtypes[] = { variable in typeref:struct:idtypes
692 struct idtypes *idp;
702 for (idp = idtypes; idp->idtype != NULL; idp++) {
H A Dikeadm.c708 static keywdtab_t idtypes[] = { variable
746 for (idp = idtypes; idp->kw_str != NULL; idp++) {
/opensolaris-onvv-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c3317 static struct idtypes { struct
3320 } idtypes[] = { variable in typeref:struct:idtypes
3335 struct idtypes *idp;
3337 for (idp = idtypes; idp->idtype != NULL; idp++) {

Completed in 83 milliseconds