Home
last modified time | relevance | path

Searched refs:u_long (Results 1 – 25 of 155) sorted by path

1234567

/illumos-gate/usr/src/boot/common/
H A Ddisk.h113 extern int disk_ioctl(struct disk_devdesc *, u_long, void *);
H A Disapnp.h247 u_long flags; /* OS-reserved flags */
257 u_long base; /* Memory Base Address */
259 u_long range; /* Memory Range *OR* Upper Limit */
267 char * (*pd_probe ) (u_long csn, u_long vendor_id);
268 void (*pd_attach ) (u_long csn, u_long vend_id, char * name,
270 u_long *pd_count;
275 u_long vendor_id;
276 u_long serial;
H A Dload_elf_obj.c334 printf("size 0x%lx at 0x%lx", (u_long)ret, (u_long)firstaddr); in __elfN()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo32.c68 a += roundup(strlen(s) + 1, sizeof(u_long));\
80 a += roundup(sizeof(s), sizeof(u_long)); \
91 a += roundup(mm->md_size, sizeof(u_long));\
/illumos-gate/usr/src/boot/include/net/
H A Dethernet.h396 extern int ether_ioctl(struct ifnet *, u_long, caddr_t);
/illumos-gate/usr/src/boot/include/netinet/
H A Din_pcb.h374 u_long ipi_hashmask; /* (h) */
380 u_long ipi_porthashmask; /* (h) */
388 u_long ipi_wildmask; /* (p) */
417 u_long ipg_hashmask; /* (c) */
H A Dip_var.h89 u_long imo_multicast_vif; /* vif num outgoing multicasts */
186 extern u_long (*ip_mcast_src)(int);
209 u_long if_hwassist_flags);
H A Dudp_var.h144 extern u_long udp_sendspace;
145 extern u_long udp_recvspace;
/illumos-gate/usr/src/boot/include/
H A Dunistd.h501 char *fflagstostr(u_long);
576 int strtofflags(char **, u_long *, u_long *);
/illumos-gate/usr/src/boot/libsa/
H A Diodesc.h47 u_long xid; /* transaction identification */
H A Dnetif.h27 u_long dif_used;
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrcspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT))
45 u_long bit; in strcspn()
46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; in strcspn()
H A Dstrspn.c35 #define BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT))
45 u_long bit; in strspn()
46 u_long tbl[(UCHAR_MAX + 1) / LONG_BIT]; in strspn()
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h76 bsfq(u_long mask) in bsfq()
78 u_long result; in bsfq()
94 bsrq(u_long mask) in bsrq()
96 u_long result; in bsrq()
103 clflush(u_long addr) in clflush()
309 u_long result; in popcntq()
345 u_long rf; in read_rflags()
428 u_long data; in rcr0()
437 u_long data; in rcr2()
453 u_long data; in rcr3()
[all …]
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h82 clflush(u_long addr) in clflush()
89 clflushopt(u_long addr) in clflushopt()
136 cpu_monitor(const void *addr, u_long extensions, u_int hints) in cpu_monitor()
144 cpu_mwait(u_long extensions, u_int hints) in cpu_mwait()
721 void clflush(u_long addr);
/illumos-gate/usr/src/boot/sys/sys/
H A Defi.h123 efi_status (*rt_setvirtual)(u_long, u_long, uint32_t,
125 efi_status (*rt_cvtptr)(u_long, void **);
127 u_long *, void *);
128 efi_status (*rt_scanvar)(u_long *, efi_char *, struct uuid *);
130 u_long, void *);
132 efi_status (*rt_reset)(enum efi_reset, efi_status, u_long,
150 u_long st_entries;
H A Dlinker.h325 u_long symvalue;
H A Dmodule.h70 u_long ulongval;
H A Dtypes.h53 typedef unsigned long u_long; typedef
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h60 u_long rows;
74 u_long code;
94 u_long threshold;
102 u_long threshold;
H A Dfw_lib.h36 char _TKFAR *, u_long, u_long, char _TKFAR *,
38 extern short net_more(u_long, u_long, invk_context, Op_arg _TKFAR * _TKFAR *,
40 extern short net_end(u_long, invk_context, Op_err _TKFAR * _TKFAR *);
57 extern void fw_err_set(Op_err _TKFAR * _TKFAR *, Fw_err, u_long, ...);
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv_kvm.c49 #define MINVALSIZE (4 * sizeof (u_long))
50 #define MINBUFSIZE (MINVALSIZE + sizeof (u_long))
/illumos-gate/usr/src/cmd/getent/
H A Ddogetnet.c45 u_long addr = htonl(in.s_addr); in inet_nettoa()
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_generic.c53 u_long prognum; /* Program number */
54 u_long versnum; /* Version number */
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dextras.c21 u_long opts;

1234567