/titanic_50/usr/src/tools/stabs/ |
H A D | stabs.h | 88 struct elist *emem; /* e */ 94 struct elist { struct 97 struct elist *next; argument
|
H A D | genassym.c | 127 struct elist *elp; in genassym_do_enum()
|
H A D | forth.c | 111 struct elist *elp; in forth_do_enum()
|
H A D | stabs.c | 686 struct elist *elp, **prev; in enumdef()
|
/titanic_50/usr/src/cmd/sgs/link_audit/common/ |
H A D | env.h | 29 typedef struct elist { struct 31 struct elist *l_next; argument
|
/titanic_50/usr/src/lib/libgss/ |
H A D | oid_ops.c | 151 gss_OID elist; local 164 elist = (*oid_set)->elements; 169 if (elist) 170 (void) memcpy((*oid_set)->elements, elist, 186 if (elist) 187 free(elist); 193 (*oid_set)->elements = elist;
|
/titanic_50/usr/src/cmd/eeprom/i386/ |
H A D | benv.c | 120 eplist_t *elist; member 132 bd->elist = new_list(); in new_bd() 735 add_bent(bd->elist, base, NULL, NULL, NULL); in add_comm() 958 add_bent(bd->elist, NULL, cmd, name, val); in add_cmd() 994 list = bd->elist; in write_benv() 1052 eplist_t *elist; in main() local 1083 elist = bd->elist; in main() 1086 print_vars(elist); in main() 1099 updates += proc_var(line, elist); in main() 1102 updates += proc_var(argv[optind], elist); in main()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | oid_ops.c | 135 gss_OID elist; local 144 elist = (*oid_set)->elements; 149 if (elist) 151 elist, 166 if (elist) 167 free(elist); 175 (*oid_set)->elements = elist;
|
/titanic_50/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 984 int *elist = NULL; in port_sendn() local 1009 elist = port_errorn(elist, nent, EBADF, count); in port_sendn() 1017 elist = port_errorn(elist, nent, EBADFD, count); in port_sendn() 1026 elist = port_errorn(elist, nent, error, count); in port_sendn() 1043 if (copyout(elist, (void *)errors, nent * sizeof (int))) in port_sendn() 1045 kmem_free(elist, nent * sizeof (int)); in port_sendn() 1053 port_errorn(int *elist, int nent, int error, int index) in port_errorn() argument 1055 if (elist == NULL) in port_errorn() 1056 elist = kmem_zalloc(nent * sizeof (int), KM_SLEEP); in port_errorn() 1057 elist[index] = error; in port_errorn() [all …]
|
/titanic_50/usr/src/cmd/rpcgen/ |
H A D | rpc_parse.c | 392 enumval_list *elist; in def_enum() local 402 elist = calloc(1, sizeof (enumval_list)); in def_enum() 403 elist->name = tok.str; in def_enum() 404 elist->assignment = NULL; in def_enum() 408 elist->assignment = tok.str; in def_enum() 411 *tailp = elist; in def_enum() 412 tailp = &elist->next; in def_enum()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | paths.c | 1038 char *elist = NULL; in expand_paths() local 1086 elist = nlist; in expand_paths() 1089 if ((_tkns = expand(&str, &len, &elist, orig, omit, in expand_paths() 1155 if (elist && (elist != nlist)) { in expand_paths() 1158 nlist = olist = elist; in expand_paths()
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | printlist.c | 43 struct stringlist *elist = &ehead; variable
|
H A D | arcs.c | 512 (!fflag && !onlist(elist, childp->name))) { in doflags() 524 onlist(elist, childp->name)) { in doflags()
|
H A D | gprof.h | 351 extern struct stringlist *elist;
|
H A D | gprof.c | 1787 addlist(elist, optarg); in main() 1791 addlist(elist, optarg); in main() 1848 addlist(elist, *sp); in main()
|
H A D | readelf.c | 576 addlist(elist, name); in get_symtab()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | ctftools.h | 169 typedef struct elist { struct 172 struct elist *el_next; argument
|
/titanic_50/usr/src/lib/libkmf/libkmf/common/ |
H A D | certgetsetop.c | 190 KMF_X509_EXTENSION *eptr, *elist; in kmf_get_cert_extns() local 200 *extlist = elist = NULL; in kmf_get_cert_extns() 218 elist = realloc(elist, sizeof (KMF_X509_EXTENSION) * in kmf_get_cert_extns() 220 if (elist == NULL) { in kmf_get_cert_extns() 225 ret = copy_extension_data(&elist[(*nextns) - 1], eptr); in kmf_get_cert_extns() 234 if (elist != NULL) { in kmf_get_cert_extns() 235 free(elist); in kmf_get_cert_extns() 236 elist = NULL; in kmf_get_cert_extns() 249 *extlist = elist; in kmf_get_cert_extns()
|