Searched refs:family (Results 126 - 150 of 157) sorted by relevance

1234567

/haiku/src/add-ons/media/plugins/ape_reader/
H A DAPEReader.cpp69 oMFF->family = B_ANY_FORMAT_FAMILY;
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_init.c846 uint16_t family; local
850 family = statp->_u._ext.ext->nsaddrs[i].sin.sin_family;
852 family = statp->nsaddr_list[i].sin_family;
854 switch (family) {
/haiku/src/bin/network/telnet/
H A Dcommands.c2255 hints.ai_family = family;
2298 family == AF_INET6 ||
2324 hints.ai_family = family;
2377 if (family == AF_UNSPEC && af_error == 0 &&
2397 if (family == AF_UNSPEC && af_error == 0 &&
2437 if (family == AF_UNSPEC && af_error == 0 &&
2832 * protocol family.
2836 * family.
2856 * setsockopt, as socket protocol family.
2859 * setsockopt, as socket protocol family
[all...]
H A Dexterns.h107 family, /* address family of peer */
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c251 printf("Creating stack socket... family = %d, type = %d, proto = %d\n",
252 args->u.socket.family, args->u.socket.type, args->u.socket.proto);
255 status = core->socket_create(cookie->socket, args->u.socket.family, args->u.socket.type, args->u.socket.proto);
/haiku/src/add-ons/kernel/drivers/power/x86_cpuidle/
H A Dacpi_cpuidle.cpp380 if (cpu->arch.family > 0xf || (cpu->arch.family == 6 && model >= 0xf))
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp246 font_family family; local
249 font.GetFamilyAndStyle(&family, &style);
250 font.SetFamilyAndStyle(family, "Bold");
256 font.SetFamilyAndStyle(family, "Italic");
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp501 font_family family; local
503 font.GetFamilyAndStyle(&family, &style);
505 fCurrentRun->font.SetFamilyAndFace(family, fCurrentRun->font.Face());
/haiku/src/servers/net/
H A DNetServer.cpp73 bool _IsValidFamily(uint32 family);
306 /*! Checks if provided address family is valid.
310 NetServer::_IsValidFamily(uint32 family) argument
313 int socket = ::socket(family, SOCK_DGRAM, 0);
323 family, and, in case of ethernet, a hardware MAC address.
688 address.AddString("family", "inet");
799 v4address.AddString("family", "inet");
806 v6address.AddString("family", "inet6");
/haiku/headers/private/system/
H A Dsyscalls.h358 extern int _kern_socket(int family, int type, int protocol);
390 extern status_t _kern_socketpair(int family, int type, int protocol,
392 extern status_t _kern_get_next_socket_stat(int family, uint32 *cookie,
/haiku/src/servers/app/
H A DServerApp.cpp1588 // 1) uint16 - family ID of added font
1644 // 1) uint16 - family ID of added font
1772 // 2) string - family
1833 // 1) string - family
1852 // 1) uint16 - family ID
1924 // 1) int32 the index of the font family to get
1927 // 1) string - name of family
1928 // 2) uint32 - flags of font family (B_IS_FIXED || B_HAS_TUNED_FONT)
1929 // 3) count of styles in that family
1940 FontFamily* family local
2025 font_family family; local
[all...]
H A DPictureBoundingBoxPlayer.cpp618 BString family(_family, length);
619 FontStyle* fontStyle = gFontManager->GetStyleByIndex(family, 0);
H A DServerFont.cpp271 \param familyID ID number of the family to set
310 \param fontID the combination of family and style ID numbers
317 uint16 family = (fontID & 0xFFFF0000) >> 16; local
319 return SetFamilyAndStyle(family, style, fontManager);
378 \return the combination of family and style ID numbers
H A DServerPicture.cpp791 BString family(_family, length);
793 FontStyle* fontStyle = gFontManager->GetStyleByIndex(family, 0);
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h540 int family; member in struct:arch_cpu_info
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.cpp543 description.family = B_BEOS_FORMAT_FAMILY;
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp508 if (pppInterfaceAddress->domain->family != AF_INET)
604 if (pppInterfaceAddress->domain->family != AF_INET)
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif_var.h138 * IFENCAP_LL type: pre-calculates link header based on address family
145 * family: address family defined by AF_ constant.
161 int family; /* Address family AF_* (r) */ member in struct:if_encap_req
801 int if_getmtu_family(if_t ifp, int family);
/haiku/src/apps/cortex/support/
H A DMediaString.cpp239 media_format_family family,
243 switch (family) {
245 return B_TRANSLATE("Any format family");
247 return B_TRANSLATE("BeOS format family");
249 return B_TRANSLATE("QuickTime format family");
251 return B_TRANSLATE("AVI format family");
253 return B_TRANSLATE("ASF format family");
255 return B_TRANSLATE("MPEG format family");
257 return B_TRANSLATE("WAV format family");
259 return B_TRANSLATE("AIFF format family");
238 getStringFor( media_format_family family, bool complete) argument
[all...]
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.cpp907 outFileFormat->family = B_ANY_FORMAT_FAMILY;
/haiku/headers/os/media/
H A DMediaDefs.h755 media_format_family family; // One of the family enums member in struct:media_file_format
/haiku/headers/os/kernel/
H A DOS.h567 uint32 family : 4; member in struct:__anon16::__anon18
/haiku/src/kits/interface/
H A DView.cpp464 font_family family; local
466 if (archive->FindString("_fname", 0, (const char**)&family) == B_OK
469 font.SetFamilyAndStyle(family, style);
629 font_family family; local
631 font.GetFamilyAndStyle(&family, &style);
632 ret = data->AddString("_fname", family);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js554 this.family = 0;
570 this.family = remoteMessage.dataView.readUint16();
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h184 bool InFamily(uint32 family) const
186 return (type & INTEL_FAMILY_MASK) == family;

Completed in 276 milliseconds

1234567