Searched refs:as (Results 1 - 22 of 22) sorted by last modified time

/haiku/src/bin/network/traceroute/
H A Das.c1 /* $NetBSD: as.c,v 1.1 2001/11/04 23:14:36 atatat Exp $ */
45 #include "as.h"
125 unsigned int as; local
128 as = 0;
191 if (as == 0 && strncasecmp(buf, "origin:", 7) == 0) {
192 sscanf(buf + 7, " AS%u", &as);
195 (void)fprintf(asn->as_debug, "as: %d\n", as);
202 return (as);
/haiku/
H A Dconfigure17 as first option!]
89 attributes as Haiku attributes. If they are still
1084 echo The compiler specified as Haiku target compiler is not a \
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c90 * Convert an encoded domain name to printable ascii as per RFC1035.
96 *\li The root is returned as "."
193 * Convert a ascii string into an encoded domain name as per RFC1035.
211 * Convert a ascii string into an encoded domain name as per RFC1035.
519 * the message as we compress the name. If 'dnptr' is NULL, we don't
624 *\li Root domain returns as "." not "".
651 * pointers for labels inserted into the message as we compress the name.
754 ns_name_eq(ns_nname_ct a, size_t as, ns_nname_ct b, size_t bs) { argument
755 ns_nname_ct ae = a + as, be = b + bs;
/haiku/build/scripts/
H A Dbuild_haiku_image394 xorriso -as mkisofs -r -b `basename $cdBootFloppy` \
/haiku/src/bin/
H A Dleak_analyser.sh40 allocation, so can match in the header line as well as any
45 Multiple exclude patterns can be specified as one argument each
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S54 pushl %ebx # pass _DYNAMIC as second argument
55 pushl %eax # pass ldbase as first argument
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c73 * access and PHY access is the same as it is on the older 8139 series
77 * same programming API and feature set as the 8139C+ with the following
100 * programming API as the older 8169, but also have some vendor-specific
1217 u_int16_t as[ETHER_ADDR_LEN / 2]; local
1583 re_read_eeprom(sc, (caddr_t)as, RL_EE_EADDR, 3);
1585 as[i] = le16toh(as[i]);
1586 bcopy(as, eaddr, ETHER_ADDR_LEN);
2253 * them using the 8169 status as though it was in the
2254 * same format as tha
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8139/dev/rl/
H A Dif_rl.c77 * space. The 8139 supports autonegotiation, as well as a 64-bit multicast
639 uint16_t as[3]; local
733 * Reset the adapter. Only take the lock here as it's needed in
748 rl_read_eeprom(sc, (uint8_t *)as, RL_EE_EADDR, 3, 0);
750 eaddr[(i * 2) + 0] = as[i] & 0xff;
751 eaddr[(i * 2) + 1] = as[i] >> 8;
775 * Read RL_IDR register to get ethernet address as accessing
1114 * as the offset argument to m_devget().
1231 /* No need to sync Rx memory block as w
[all...]
/haiku/src/apps/bootmanager/
H A Dbootman.S238 ; address packet as required by the EXTENDED_READ BIOS call
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h41 // 020 as well
53 uint16 as:3; member in struct:mc68030_ssw
/haiku/headers/libs/agg/
H A Dagg_renderer_scanline.h7 // This software is provided "as is" without express or implied
8 // warranty, and with no claim as to its suitability for any purpose.
458 const ColorStorage& as,
466 r.color(as[i]);
454 render_all_paths(Rasterizer& ras, Scanline& sl, Renderer& r, VertexSource& vs, const ColorStorage& as, const PathId& path_id, unsigned num_paths) argument
H A Dagg_math_stroke.h7 // This software is provided "as is" without express or implied
8 // warranty, and with no claim as to its suitability for any purpose.
76 void approximation_scale(double as) { m_approx_scale = as; } argument
448 // the same as in round joins and caps. One can safely comment
H A Dagg_vcgen_contour.h7 // This software is provided "as is" without express or implied
8 // warranty, and with no claim as to its suitability for any purpose.
58 void approximation_scale(double as) { m_stroker.approximation_scale(as); } argument
H A Dagg_vcgen_stroke.h7 // This software is provided "as is" without express or implied
8 // warranty, and with no claim as to its suitability for any purpose.
66 void approximation_scale(double as) { m_stroker.approximation_scale(as); } argument
H A Dagg_conv_contour.h7 // This software is provided "as is" without express or implied
8 // warranty, and with no claim as to its suitability for any purpose.
46 void approximation_scale(double as) { base_type::generator().approximation_scale(as); } argument
H A Dagg_conv_stroke.h7 // This software is provided "as is" without express or implied
8 // warranty, and with no claim as to its suitability for any purpose.
54 void approximation_scale(double as) { base_type::generator().approximation_scale(as); } argument
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_acl.c66 * NB: ACL_POLICY_RADIUS must be the same value as
103 struct aclstate *as; local
105 as = (struct aclstate *) IEEE80211_MALLOC(sizeof(struct aclstate),
107 if (as == NULL)
109 ACL_LOCK_INIT(as, "acl");
110 TAILQ_INIT(&as->as_list);
111 as->as_policy = ACL_POLICY_OPEN;
112 as->as_vap = vap;
113 vap->iv_as = as;
121 struct aclstate *as local
133 _find_acl(struct aclstate *as, const uint8_t *macaddr) argument
147 _acl_free(struct aclstate *as, struct acl *acl) argument
160 struct aclstate *as = vap->iv_as; local
177 struct aclstate *as = vap->iv_as; local
216 struct aclstate *as = vap->iv_as; local
235 struct aclstate *as = vap->iv_as; local
251 struct aclstate *as = vap->iv_as; local
278 struct aclstate *as = vap->iv_as; local
293 struct aclstate *as = vap->iv_as; local
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dlinker_set.h34 #error this file needs sys/cdefs.h as a prerequisite
39 * are collected by the linker into a `linker_set' as defined below.
82 * containing those addresses. Thus is must be declared as "type **pvar",
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex225 such as type, id and name.
321 Contains special data as described in section \ref{resources-unknown}.
326 Must be the same value as given in the resources header for
335 Contains special data as described in section \ref{resources-unknown}.
345 Contains special data as described in section \ref{resources-unknown}.
540 into four byte blocks, which are interpreted as big endian unsigned words
542 not dividable by four, the remaining bytes are interpreted as the lower
/haiku/src/apps/sudoku/
H A DSudokuView.h53 uint32 as = kExportAsText);
54 status_t SaveTo(BDataIO &to, uint32 as = kExportAsText);
/haiku/src/system/libroot/os/arch/x86/
H A Dsyscalls.inc11 * syscall interface works as such:
/haiku/src/bin/network/telnet/
H A Dtelnet.c210 * is in disagreement as to what the current state should be.
587 * name, then put it up front. Otherwise, as
588 * long as this is not a duplicate name (case
656 is_unique(char *name, char **as, char **ae)
662 for (ap = as; ap < ae; ap++)
653 is_unique(char *name, char **as, char **ae) argument

Completed in 114 milliseconds