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

/illumos-gate/usr/src/cmd/pools/poolbind/
H A Dpoolbind.c64 } idtypes[] = { variable in typeref:struct:__anon1257
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)
/illumos-gate/usr/src/cmd/ptools/psecflags/
H A Dpsecflags.c42 * Structure defining idtypes known to the priocntl command
46 static struct idtypes { struct
49 } idtypes [] = { variable in typeref:struct:idtypes
74 struct idtypes *curp;
76 for (curp = idtypes; curp->name != NULL; curp++) {
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c72 * Structure defining idtypes known to the priocntl command
76 static struct idtypes { struct
79 } idtypes [] = { variable in typeref:struct:idtypes
94 #define IDCNT (sizeof (idtypes) / sizeof (struct idtypes))
102 register struct idtypes *curp;
103 register struct idtypes *endp;
105 for (curp = idtypes, endp = &idtypes[IDCNT]; curp < endp; curp++) {
120 register struct idtypes *cur
[all...]
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c3318 static struct idtypes { struct
3321 } idtypes[] = { variable in typeref:struct:idtypes
3336 struct idtypes *idp;
3338 for (idp = idtypes; idp->idtype != NULL; idp++) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c708 static keywdtab_t idtypes[] = { variable
746 for (idp = idtypes; idp->kw_str != NULL; idp++) {
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++) {

Completed in 112 milliseconds