/illumos-gate/usr/src/lib/libsum/common/ |
H A D | sum-lmd.c | 33 Lmd_init_f initf; \ 54 (*lmd->initf)(&lmd->context); 133 lmd->initf = (Lmd_init_f)MD4Init; 173 lmd->initf = (Lmd_init_f)MD5Init; 214 lmd->initf = (Lmd_init_f)SHA1Init; 254 lmd->initf = (Lmd_init_f)SHA256Init; 288 lmd->initf = (Lmd_init_f)SHA384Init; 322 lmd->initf = (Lmd_init_f)SHA512Init;
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_switch.c | 168 (me, "got initf pbuf, key = %p\n", pbuf); 181 (me, "initf pbuf cleared\n"); 185 * Call the input initf function to extract the 196 nss_db_initf_t initf, 209 (*initf)(p); 293 (me, "ERROR: initf key not set\n"); 624 nss_search(nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, argument 641 (me, "rootp = %p, initf = %p, search_fnum = %d, " 642 "search_args = %p\n", rootp, initf, 650 if (getparams(search_fnum, initf, 194 getparams( int search_fnum, nss_db_initf_t initf, nscd_nsw_params_t *params) argument 1019 nss_setent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument 1028 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, void *args) argument 1041 nss_endent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument 1073 nss_setent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument 1190 nss_getent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, void *args) argument 1284 nss_endent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument 1345 nss_db_initf_t initf; local 1608 delayed_setent(nss_pheader_t *pbuf, nss_db_initf_t initf, nss_getent_t *contextp, nssuint_t *cookie_num_p, nssuint_t *seqnum_p, pid_t pid) argument 1668 nss_db_initf_t initf; local [all...] |
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nss_common.c | 92 nss_db_initf_t initf, int search_fnum, 873 _nss_db_state_constr(nss_db_initf_t initf) argument 890 (*initf)(&s->p); 1148 nss_search(nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, argument 1157 res = _nsc_search(rootp, initf, search_fnum, search_args); 1171 NSS_LOCK_CHECK(rootp, initf, &s); 1297 nss_setent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument 1303 nss_setent_u(rootp, initf, contextpp); 1308 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, argument 1317 status = nss_getent_u(rootp, initf, contextp 1323 nss_endent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument 1362 nss_setent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument 1447 nss_getent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, void *args) argument 1531 nss_endent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument 1652 nss_pack(void *buffer, size_t bufsize, nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, void *search_args) argument 1760 nss_pack_ent(void *buffer, size_t bufsize, nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument 1834 nss_unpack(void *buffer, size_t bufsize, nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, void *search_args) argument 1935 nss_unpack_ent(void *buffer, size_t bufsize, nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, void *args) argument 2007 _nsc_search(nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, void *search_args) argument 2082 _nsc_setent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument 2159 _nsc_getent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, void *args) argument 2226 _nsc_endent_u(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument [all...] |
H A D | nss_dbdefs.c | 1055 nss_pinit_funcs(int index, nss_db_initf_t *initf, nss_str2ent_t *s2e) argument 1085 if (initf) { 1097 *initf = (nss_db_initf_t)getXbyY_to_dbop[index].initfnp; 1174 * Initialize db_root, initf, dbop and arg from a packed buffer 1180 nss_db_initf_t *initf, int *dbop, nss_XbyY_args_t *arg) 1225 /* get initf and str2ent functions */ 1226 if (nss_pinit_funcs(index, initf, &real_s2e) != NSS_SUCCESS) 1237 /* get initf and str2ent functions */ 1238 if (nss_pinit_funcs(index, initf, NULL) != NSS_SUCCESS) 1249 * Initialize db_root, initf, dbo 1179 nss_packed_arg_init(void *buffer, size_t length, nss_db_root_t *db_root, nss_db_initf_t *initf, int *dbop, nss_XbyY_args_t *arg) argument 1254 nss_packed_context_init(void *buffer, size_t length, nss_db_root_t *db_root, nss_db_initf_t *initf, nss_getent_t **contextp, nss_XbyY_args_t *arg) argument [all...] |
/illumos-gate/usr/src/lib/nsswitch/compat/common/ |
H A D | compat_common.h | 105 nss_db_initf_t initf,
|
H A D | compat_common.c | 1224 _nss_compat_constr(ops, n_ops, filename, min_bufsize, rootp, initf, netgroups, 1231 nss_db_initf_t initf; 1249 be->db_initf = initf;
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | macro.c | 506 initf(pv[INPIPE]); /* read from pipe */ 583 initf(in);
|
H A D | io.c | 47 initf(int fd) function
|
H A D | main.c | 375 initf(input);
|
H A D | xec.c | 520 initf(f);
|
H A D | name.c | 312 initf(dup(0));
|