Home
last modified time | relevance | path

Searched refs:family (Results 1 – 25 of 171) sorted by last modified time

1234567

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c632 int family; in smb_server_start() local
730 family = AF_INET; in smb_server_start()
732 "smb_nbt_listener", IPPORT_NETBIOS_SSN, family); in smb_server_start()
734 family = AF_INET6; in smb_server_start()
736 "smb_tcp_listener", IPPORT_SMB, family); in smb_server_start()
1719 int family) in smb_server_listener_init() argument
1726 ld->ld_family = family; in smb_server_listener_init()
1729 if (family == AF_INET) { in smb_server_listener_init()
1730 ld->ld_sin.sin_family = (uint32_t)family; in smb_server_listener_init()
1734 ld->ld_sin6.sin6_family = (uint32_t)family; in smb_server_listener_init()
H A Dsmb_session.c696 int family) in smb_session_create() argument
763 if (family == AF_INET) { in smb_session_create()
792 session->ipaddr.a_family = family; in smb_session_create()
793 session->local_ipaddr.a_family = family; in smb_session_create()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers54 # items and for the members of the malloc() family.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist143 123 EPFNOSUPPORT Protocol family not supported
144 124 EAFNOSUPPORT Address family not supported by protocol family
/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1040 #define _X86_CHIPREV_MKREV(vendor, family, rev) \ argument
1042 (uint32_t)(family) << _X86_CHIPREV_FAMILY_SHIFT | (uint32_t)(rev))
1308 #define _X86_UARCHREV_MKREV(vendor, family, rev) \ argument
1309 _X86_CHIPREV_MKREV(vendor, family, rev)
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid_subr.c802 synth_amd_skt_cpuid(uint_t family, uint_t sktid) in synth_amd_skt_cpuid() argument
813 if (family == 0x10) { in synth_amd_skt_cpuid()
830 synth_amd_info(uint_t family, uint_t model, uint_t step, in synth_amd_info() argument
838 if (family < 0xf) in synth_amd_info()
842 if (family == rmp->rm_family && in synth_amd_info()
879 if (family == 0xf) { in synth_amd_info()
882 *skt_p = synth_amd_skt_cpuid(family, rmp->rm_sktidx); in synth_amd_info()
895 synth_amd_info(family, model, step, &skt, NULL, NULL, NULL); in _cpuid_skt()
916 synth_amd_info(family, model, step, &skt, NULL, NULL, NULL); in _cpuid_sktstr()
962 synth_amd_info(family, model, step, NULL, NULL, NULL, in _cpuid_uarchrev()
[all …]
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids18965 3000 VTG-3xxx Video Test Generator family
18966 4000 VTG-4xxx Video Test Generator family
18967 5000 VTG-5xxx Video Test Generator family
18968 5001 VTG-5xxx Special (update) mode of VTG-5xxx family
19793 0402 Falcon III RF-7800V family RNDIS
H A Dpci.ids24156 1975 DVG64 family
24157 1977 DVG128 family
27639 8905 Trio 64V+ family
27640 8906 Trio 64V+ family
27641 8907 Trio 64V+ family
27642 8908 Trio 64V+ family
27643 8909 Trio 64V+ family
27644 890a Trio 64V+ family
27645 890b Trio 64V+ family
27646 890c Trio 64V+ family
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c563 clnt_cots_kcreate(dev_t dev, struct netbuf *addr, int family, rpcprog_t prog, in clnt_cots_kcreate() argument
634 p->cku_addrfmly = family; in clnt_cots_kcreate()
1551 clnt_cots_kinit(CLIENT *h, dev_t dev, int family, struct netbuf *addr, in clnt_cots_kinit() argument
1580 p->cku_addrfmly = family; in clnt_cots_kinit()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c276 sotpi_create(struct sockparams *sp, int family, int type, int protocol, in sotpi_create() argument
284 if (family == AF_NCA) { in sotpi_create()
289 family = AF_INET; in sotpi_create()
304 cp = (family == AF_UNIX) ? socktpi_unix_cache : socktpi_cache; in sotpi_create()
311 sonode_init(so, sp, family, type, protocol, &sotpi_sonodeops); in sotpi_create()
H A Dsocksyscalls.c95 so_socket(int family, int type_w_flags, int protocol, char *devpath, in so_socket() argument
120 so = socket_create(family, type, protocol, buf, NULL, in so_socket()
124 so = socket_create(family, type, protocol, NULL, NULL, in so_socket()
1677 sockconf_add_sock(int family, int type, int protocol, char *name) in sockconf_add_sock() argument
1715 sp = sockparams_create(family, type, protocol, kmodule, in sockconf_add_sock()
1727 sockconf_remove_sock(int family, int type, int protocol) in sockconf_remove_sock() argument
1729 return (sockparams_delete(family, type, protocol)); in sockconf_remove_sock()
3127 socreate(struct sockparams *sp, int family, int type, int protocol, int version, in socreate() argument
3134 so = sp->sp_smod_info->smod_sock_create_func(sp, family, type, protocol, in socreate()
H A Dsocksubr.c533 int family; in so_addr_verify() local
540 family = so->so_family; in so_addr_verify()
541 switch (family) { in so_addr_verify()
543 if (name->sa_family != family) { in so_addr_verify()
557 if (name->sa_family != family) { in so_addr_verify()
586 if (name->sa_family != family) { in so_addr_verify()
1618 pr_addr(int family, struct sockaddr *addr, t_uscalar_t addrlen) in pr_addr() argument
1626 switch (family) { in pr_addr()
1658 (void) sprintf(buf, "(unknown af %d)", family); in pr_addr()
H A Dsockcommon_subr.c1220 socket_sonode_create(struct sockparams *sp, int family, int type, in socket_sonode_create() argument
1250 sonode_init(so, sp, family, type, protocol, &so_sonodeops); in socket_sonode_create()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src10943 # Note: Most terminals, especially the 600 family use Reverse Video for
14984 # Basic family definition for most Prisms (except P2 and P9 ANSI).
H A Dtermcap.src9657 # Note: Most terminals, especially the 600 family use Reverse Video for
13308 # Basic family definition for most Prisms (except P2 and P9 ANSI).
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c99 int family = AF_UNSPEC; variable
152 family = AF_INET; in main()
155 family = AF_INET6; in main()
158 family = AF_UNIX; in main()
251 if (family == AF_UNIX) in main()
282 if (family != AF_UNIX) { in main()
284 hints.ai_family = family; in main()
298 if (family == AF_UNIX) in main()
301 if (family == AF_INET6) in main()
323 if (family == AF_UNIX) { in main()
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c804 int family; in adt_get_hostIP() local
815 family = AF_INET6; in adt_get_hostIP()
816 if (adt_get_local_address(family, &al) != 0) { in adt_get_hostIP()
817 family = AF_INET; in adt_get_hostIP()
819 if (adt_get_local_address(family, &al) != 0) { in adt_get_hostIP()
832 if (family == AF_INET) { in adt_get_hostIP()
841 inet_ntop(family, &(al.addr), ntop, sizeof (ntop)))); in adt_get_hostIP()
2144 adt_get_local_address(int family, struct ifaddrlist *al) in adt_get_local_address() argument
2152 if ((ifal_count = ifaddrlist(&ifal, family, 0, errbuf)) < 0) { in adt_get_local_address()
2156 "couldn't get %d addrlist %s", family, errbuf); in adt_get_local_address()
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica1843 # serve her family lunch in two shifts), but presently it seems that only
H A Daustralasia1538 # "Look you've got to remember in my family when this came up last time
H A Dasia1697 # family is from India).
H A Dafrica839 # traditional visiting of family, big lunches/dinners, etc.). So for this
/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c1726 #error Need to update address-family table
/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmx_msr.c199 uint_t family, model; in nehalem_cpu() local
205 family = CPUID_TO_FAMILY(cpu_id); in nehalem_cpu()
207 if (family == 0x6) { in nehalem_cpu()
224 uint_t family, model; in westmere_cpu() local
230 family = CPUID_TO_FAMILY(cpu_id); in westmere_cpu()
232 if (family == 0x6) { in westmere_cpu()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c167 uint8_t family; /* family name string */ member
237 uint8_t family; /* processor family */ member
/illumos-gate/usr/src/tools/cpcgen/
H A Dcpcgen.c400 cpcgen_parse_model(char *fsr, uint_t *family, uint_t *model, uint_t *nstepp, in cpcgen_parse_model() argument
431 *family = (uint_t)l; in cpcgen_parse_model()
747 uint_t family, model, nsteps; in cpcgen_read_intel() local
771 cpcgen_parse_model(fstr, &family, &model, &nsteps, steppings); in cpcgen_read_intel()
820 proc->cproc_family = family; in cpcgen_read_intel()

1234567