Home
last modified time | relevance | path

Searched refs:app (Results 26 – 50 of 64) sorted by relevance

123

/illumos-gate/usr/src/lib/passwdutil/
H A Dldap_attr.c990 ns_auth_t **app; in ldap_replaceattr() local
1052 for (app = authpp; *app; app++) { in ldap_replaceattr()
1053 authp = *app; in ldap_replaceattr()
/illumos-gate/usr/src/cmd/troff/
H A Dnii.c110 int app; variable
H A Dext.h71 extern int app;
H A Dn2.c259 app = ds = lgf = 0;
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown39 * Mac OS X default Terminal.app ($TERM = xterm)
40 * OpenBSD 4.5 through an OSX Terminal.app ($TERM = screen)
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dremote_cfg.h374 rdr_msg_hdr_t app; member
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1592 ns_auth_t **app; local
1700 for (app = authpp; *app; app++) {
1701 authp = *app;
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmanifest-import329 /var/svc/profile/upgrade.app.`date +\%Y\%m\%d\%H\%M\%S`
341 "${datalink_script}".app.`date +\%Y\%m\%d\%H\%M\%S`
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c1401 struct anon **app, *ap; in swapdel() local
1484 for (app = anon_hash; app < &anon_hash[ANON_HASH_SIZE]; app++) { in swapdel()
1485 ahm = &anonhash_lock[(app - anon_hash) & in swapdel()
1489 for (ap = *app; ap != NULL; ap = ap->an_hash) { in swapdel()
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru_priv.h129 append_info_t *app);
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c314 opstate.state[0].op_init_app = session->init.app; in meta_GetOperationState()
477 session->init.app = opstate.state[0].op_init_app; in meta_SetOperationState()
H A DmetaGlobal.h325 boolean_t app; /* set when C_xxxInit is called by app */ member
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c614 vec_arg(const mdb_arg_t **app) in vec_arg() argument
618 if ((*app)->a_type == MDB_TYPE_STRING) in vec_arg()
619 value = (uintmax_t)(uintptr_t)(*app)->a_un.a_str; in vec_arg()
621 value = (*app)->a_un.a_val; in vec_arg()
623 (*app)++; in vec_arg()
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh33 app=`basename $0`
35 printf "\n$(gettext "Usage: %s [ -a admprincipal ] [ -e enctype ] [ -h ]")\n" $app
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl1016 my ($app, $caller, $lib, $base, $sym);
1028 ($app, $caller, $lib, $sym) = split(/\|/, $_, 4);
H A DAppcertUtil.pm504 my ($app, $caller, $lib, $sym);
509 ($app, $caller, $lib, $sym) = split(/\|/, $_, 4);
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com157 --output-target=$(EFI_TARGET) --subsystem efi-app loader.sym $@
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c878 fmd_asru_t *ap, **aps, **app; in fmd_asru_hash_apply() local
883 aps = app = fmd_alloc(ahp->ah_count * sizeof (fmd_asru_t *), FMD_SLEEP); in fmd_asru_hash_apply()
888 *app++ = fmd_asru_hold(ap); in fmd_asru_hash_apply()
891 ASSERT(app == aps + apc); in fmd_asru_hash_apply()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4274 ns_auth_t **app; in main() local
4443 for (app = authpp; *app; app++) { in main()
4444 authp = *app; in main()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h767 struct dcbx_app_priority_feature app; member
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c114 pLM->params.dcbx_port_params.app.traffic_type_priority[i] = in BnxeCfg_LLDP_DCBX()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4586 char **app; in v4_addr_match() local
4604 for (app = fp->u.a.f_address->h_addr_list; (aptr = *app) != NULL; app++) in v4_addr_match()
4875 char **app; in v6_addr_match() local
4899 for (app = fp->u.a.f_address->h_addr_list; in v6_addr_match()
4900 (aptr = (uint8_t *)*app) != NULL; app++) { in v6_addr_match()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h685 struct i40e_dcb_app_priority_table app[I40E_DCBX_MAX_APPS]; member
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c373 void Action_add(app,type,sp,arg) in Action_add() argument
374 struct action **app; in Action_add()
381 new->next = *app;
382 *app = new;
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h411 struct dcbx_app_priority_feature app; member

123