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

/illumos-gate/usr/src/lib/libcmd/common/
H A Dfds.c182 char fam[64]; local
339 a = fam;
341 while (b < e && a < &fam[sizeof(fam)-1])
342 a += sfsprintf(a, &fam[sizeof(fam)] - a - 1, ".%d", *b++);
343 a = a == fam ? "0" : fam + 1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsoconfig.c47 * <fam> <type> <protocol> <path|module>
48 * <fam> <type> <protocol>
52 * soconfig <fam> <type> <protocol> <path|module>
55 * soconfig <fam> <type> <protocol>
64 * after:filter] | prog} <fam>:<type>:<proto>,...
141 "\tsoconfig <fam> <type> <protocol> <path|module>\n"
142 "\tsoconfig <fam> <type> <protocol>\n"
305 int cmd, fam, type, protocol; local
307 fam = parse_int(famstr);
308 if (fam
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dfileaccess.c22 /* ( c-addr u fam -- fileid ior ) */
26 int fam = ficlStackPopInteger(vm->dataStack); local
37 switch (FICL_FAM_OPEN_MODE(fam)) {
54 strcat(mode, (fam & FICL_FAM_BINARY) ? "b" : "t");
73 /* ( c-addr u fam -- fileid ior ) */
80 /* ( c-addr u fam -- fileid ior ) */
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1792 int fam, kind; local
1824 fam = typegraph_hasfam(type = found->tgt_type, &ntype);
1826 if (fam) {
1835 fam = 0;
1841 if (!fam) {
1884 if (fam) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c1077 sa_family_t fam, pfam; /* Address family for SADB_EXT_ADDRESS */ local
1113 fam = ipsa->ipsa_addrfam;
1114 switch (fam) {
1311 cur = sadb_make_addr_ext(cur, end, SADB_EXT_ADDRESS_SRC, fam,
1320 cur = sadb_make_addr_ext(cur, end, SADB_EXT_ADDRESS_DST, fam,
1331 fam, &ipsa->ipsa_natt_addr_loc, ipsa->ipsa_local_nat_port,
1342 fam, &ipsa->ipsa_natt_addr_rem, ipsa->ipsa_remote_nat_port,
4810 sa_family_t fam; local
4826 fam = walker->ipsacq_addrfam;
4827 if (IPSA_ARE_ADDR_EQUAL(dst, walker->ipsacq_dstaddr, fam)
[all...]
H A Dspd.c3875 * address family fam into the policy head ph. Returns B_TRUE if policy was
3880 int fam, int ptype, netstack_t *ns)
3887 sel.ipsl_valid = (fam == IPSEC_AF_V4 ? IPSL_IPV4 : IPSL_IPV6);
3891 HASHLIST_INSERT(pol, ipsp_hash, pr->ipr_nonhash[fam]);
3879 ipsec_polhead_insert(ipsec_policy_head_t *ph, ipsec_act_t *actp, uint_t nact, int fam, int ptype, netstack_t *ns) argument

Completed in 437 milliseconds