/illumos-gate/usr/src/lib/pam_modules/ldap/ |
H A D | ldap_utils.c | 95 ns_auth_t **app; local 160 for (app = authpp; *app; app++) { 161 authp = *app;
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_path.c | 123 audit_fixpath(struct audit_path *app, int len) argument 132 cnt = app->audp_cnt; 133 s = app->audp_sect[cnt - 1]; 134 is = (app->audp_sect[cnt] - s) - len; 178 app->audp_cnt = --cnt; 180 s = app->audp_sect[cnt - 1]; 213 app->audp_sect[cnt] = s + id;
|
H A D | audit_token.c | 572 au_to_path(struct audit_path *app) argument 579 char *path = app->audp_sect[0]; 581 bytes = (short)(app->audp_sect[1] - app->audp_sect[0]); 596 if (app->audp_cnt > 1) { 598 m = au_to_strings(AUT_XATPATH, app->audp_sect[1], 599 app->audp_cnt - 1);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | audit_memory.c | 40 au_pathhold(struct audit_path *app) argument 42 atomic_inc_32(&app->audp_ref); 49 au_pathrele(struct audit_path *app) argument 51 if (atomic_dec_32_nv(&app->audp_ref) > 0) 53 kmem_free(app, app->audp_size);
|
H A D | vm_subr.c | 353 struct anon **app, size_t *lenp, int cow) 414 *app = swap_anon(pp->p_vnode, pp->p_offset); 420 if (*app != NULL) { 422 if ((*app)->an_refcnt == 0) 440 *app = NULL; 443 (*app)->an_refcnt++; 447 *app = NULL; 483 app++; 352 cow_mapin(struct as *as, caddr_t uaddr, caddr_t kaddr, struct page **cached_ppp, struct anon **app, size_t *lenp, int cow) argument
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_proxy.c | 260 aproxy_t *a, **app; local 262 for (app = &ifs->ifs_ap_proxylist; ((a = *app) != NULL); 263 app = &a->apr_next) 266 *app = a->apr_next;
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | auditsys.c | 764 struct audit_path *app; local 771 app = pad->pad_cwd; 772 au_pathhold(app); 775 pathlen = app->audp_sect[1] - app->audp_sect[0]; 777 au_pathrele(app); 781 if (copyout(app->audp_sect[0], data, pathlen)) { 782 au_pathrele(app); 786 au_pathrele(app); 794 struct audit_path *app; local [all...] |
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_element.c | 928 const struct aes_parser *app; local 938 for (app = &aes_parsers[0]; app->func != NULL; app++) 939 if (app->type == type) 941 if (app->func == NULL) 948 return (app->func(dep, props, len));
|
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/ |
H A D | BrowserApp.java | 59 static BrowserApp app; field in class:BrowserApp 223 app = new BrowserApp();
|
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 989 ns_auth_t **app; local 1051 for (app = authpp; *app; app++) { 1052 authp = *app;
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | remote_cfg.h | 376 rdr_msg_hdr_t app; member in struct:__anon405
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | hotplug_mgr.c | 188 char *app = (char *)dm_prop_lookup(diskp->app_props, local 196 dm_assert(app != NULL); 198 adjust_dynamic_ap(app, adj_app); 453 char *app = (char *)dm_prop_lookup(disklistp->app_props, local 455 dm_assert(app != NULL); 458 if (strncmp(app, DEVICES_PREFIX, 8) == 0) 459 app += 8; 461 disk_split_ap_path(app, (char *)&ap_device, &ap_target);
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk2.c | 426 char **app; local 434 for (app = environ; *app != NULL; /* empty */) { 435 name = mbstowcsdup(*app++);
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | chkey_common.c | 584 ns_auth_t **app; local 670 for (app = authpp; *app; app++) { 671 authp = *app;
|
H A D | setkey.c | 209 struct algtypelist **app; local 212 for (app = &(*kpp)->ap; 213 *app != NULL && (*app)->algtype != a; 214 app = &(*app)->next) 215 debug(KEYSERV_DEBUG0, ("getalgtype key: %x", app)); 216 debug(KEYSERV_DEBUG0, ("getalgtype return: %x", app)); 217 return (app); 221 appendalgtype(struct algtypelist **app, algtype_ argument 251 struct algtypelist **app; local 1917 struct algtypelist **app; local [all...] |
/illumos-gate/usr/src/cmd/troff/ |
H A D | nii.c | 113 int app; variable
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_swap.c | 1374 struct anon **app, *ap; local 1457 for (app = anon_hash; app < &anon_hash[ANON_HASH_SIZE]; app++) { 1458 ahm = &anonhash_lock[(app - anon_hash) & 1462 for (ap = *app; ap != NULL; ap = ap->an_hash) {
|
H A D | vm_anon.c | 270 struct anon **app; local 274 for (app = &anon_hash[ANON_HASH(ap->an_vp, ap->an_off)]; 275 *app; app = &((*app)->an_hash)) { 276 if (*app == ap) { 277 *app = ap->an_hash; 384 struct anon **app; local 399 app = ahp->array_chunk[an_idx >> ANON_CHUNK_SHIFT]; 400 if (app) { 418 struct anon **app; local 473 struct anon **app; local 1901 anon_getpage( struct anon **app, uint_t *protp, page_t *pl[], size_t plsz, struct seg *seg, caddr_t addr, enum seg_rw rw, struct cred *cred) argument 2398 anon_private( struct anon **app, struct seg *seg, caddr_t addr, uint_t prot, page_t *opp, int oppflags, struct cred *cred) argument 2796 anon_zero(struct seg *seg, caddr_t addr, struct anon **app, struct cred *cred) argument 3573 struct anon **app; local [all...] |
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | keystore.c | 359 * app - Application making request 369 open_keystore(PKG_ERR *err, char *keystore_file, char *app, argument 381 if (!resolve_paths(err, keystore_file, app, flags, tmpstore)) { 1088 * app - Application making request 1294 * If the keystore file does not exist at <base>/<app> then 1296 * for example, to access an app-specific keystore iff it 1297 * exists, otherwise revert back to an app-generic keystore. 1300 * Always use the keystore located at <keystore_path>/<app>. 1303 * back to an app-generic keystore path when the app 1319 resolve_paths(PKG_ERR *err, char *keystore_file, char *app, long flags, keystore_t *keystore) argument [all...] |
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 1594 ns_auth_t **app; local 1702 for (app = authpp; *app; app++) { 1703 authp = *app;
|
/illumos-gate/usr/src/uts/sun4u/lw8/io/ |
H A D | sgfru.c | 1486 sgfru_copyin_append(const sgfru_init_arg_t *argp, append_info_t *app) argument 1490 bzero((caddr_t)app, sizeof (append_info_t)); 1502 app->packet = app32.packet; 1503 app->payload_hdl = app32.payload_hdl; 1504 app->payload_cnt = app32.payload_cnt; 1505 app->payload_data = (void *)(uintptr_t)app32.payload_data; 1507 f, app->payload_data, app->payload_hdl, app->payload_cnt); 1511 if (ddi_copyin((void *)argp->argp, (void *)app, [all...] |
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaGlobal.h | 325 boolean_t app; /* set when C_xxxInit is called by app */ member in struct:crypto_init
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_asru.c | 878 fmd_asru_t *ap, **aps, **app; local 883 aps = app = fmd_alloc(ahp->ah_count * sizeof (fmd_asru_t *), FMD_SLEEP); 888 *app++ = fmd_asru_hold(ap); 891 ASSERT(app == aps + apc);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 1946 struct wordlist *ap, *addr_list, *alist, **app; local 2049 app = &alist; 2059 *app = ap; 2060 app = &ap->next; 2062 *app = NULL; 2084 for (app = &addr_list; (ap = *app) != NULL; app = &ap->next) 2090 free(*app); /* free the "--" word */ 2091 *app [all...] |
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 4272 ns_auth_t **app; local 4441 for (app = authpp; *app; app++) { 4442 authp = *app;
|