/titanic_52/usr/src/uts/i86xpv/io/ |
H A D | privcmd_hcall.c | 64 struct { void *p; } *hdl = field; in uaddr_from_handle() member 150 struct { void *p; } *hdl = field; in import_handle() member
|
/titanic_52/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 132 set_hw_spec_data(PKT *p, uint8_t **opt, uint8_t *pkttype) in set_hw_spec_data() argument 415 prt_server_msg(DHCP_OPT *p) in prt_server_msg() argument
|
H A D | ipv4.c | 569 uint8_t *p; in inet_ntoa() local 1219 char *p; in hexdump() local [all...] |
/titanic_52/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 361 parse(sm_mux_state_t *ms, char *p, in parse() argument 443 char *p; add_aconsole() local [all...] |
/titanic_52/usr/src/cmd/vi/port/ |
H A D | ex_temp.c | 57 unsigned char *p; in fileinit() local 761 unsigned char *p, *lp; local
|
/titanic_52/usr/src/cmd/hal/tools/ |
H A D | hal-storage-mount.c | 162 gchar *p, *q; in canonicalize_filename() local 632 char *p; global() local [all...] |
/titanic_52/usr/src/boot/sys/boot/common/ |
H A D | load_elf.c | 910 Elf_Addr v, p; in __elfN() local 990 const unsigned char *p = (const unsigned char *) name; in elf_hash() local [all...] |
/titanic_52/usr/src/cmd/more/ |
H A D | more.c | 234 register char *p; in main() local 730 register char *p; in getaline() local 1771 register char *p; rdline() local [all...] |
/titanic_52/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 757 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, in dt_modtext() argument 879 dt_modtext(dtrace_hdl_t *dtp, char *p, int isenabled, GElf_Rela *rela, in dt_modtext() argument 1024 char *s, *p, *r; in process_obj() local [all...] |
/titanic_52/usr/src/uts/common/c2/ |
H A D | audit_kernel.h | 229 #define P2A(p) (p->p_audit_data) argument 388 #define AUDIT_SETSUBJ_GENERIC(u, c, a, k, p) \ argument 402 #define AUDIT_SETPROC_GENERIC(u, c, a, p) \ argument
|
/titanic_52/usr/src/grub/grub-0.97/netboot/ |
H A D | w89c840.c | 489 const char *p) /* Packet */ in w89c840_transmit() argument 612 static int w89c840_probe(struct dev *dev, struct pci_device *p) in w89c840_probe() argument 908 char * p; init_ring() local [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 215 number(register char* p, register long n) in number() argument 292 register char* p; in proto_error() local 370 linesync(register Proto_t * proto,register char * p,register long n) linesync() argument [all...] |
/titanic_52/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 409 struct protoent *p; in init_tabs() local 492 static char *getproto(p) in getproto() argument 994 u_short hl, p; global() local [all...] |
/titanic_52/usr/src/uts/common/nfs/ |
H A D | export.h | 118 #define SEC_REF_INVALID(p) ((p)->s_refcnt < 1) argument 121 #define SEC_REF_LAST(p) ((p)->s_refcnt == 1) argument 124 #define SEC_REF_EXPORTED(p) ((p)->s_flags & M_4SEC_EXPORTED) argument 127 #define SEC_REF_SELF(p) (SEC_REF_LAST(p) && SEC_REF_EXPORTED(p)) argument
|
/titanic_52/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 774 #define INIT_AUTOVEC(p, intr_id, f, arg1, arg2, ticksp, ipl, dip) \ argument 794 struct autovec *p, *prep, *mem; apix_insert_av() local 892 struct autovec *p; apix_remove_av() local 929 struct autovec *p; apix_find_av() local [all...] |
/titanic_52/usr/src/uts/common/xen/dtrace/ |
H A D | xdt.c | 1839 xdt_probe_create(xdt_probe_t *p) in xdt_probe_create() argument 1883 xdt_probe_t *p in xdt_destroy() local 1904 xdt_probe_t *p = parg; xdt_enable() local 1935 xdt_probe_t *p = parg; xdt_disable() local [all...] |
/titanic_52/usr/src/lib/efcode/engine/ |
H A D | debug.c | 553 char *str, *p; in smatch() local 722 char *p; debug_flags_to_mask() local 867 uchar_t *p, *np; acf_to_name() local 1163 uchar_t *p; paren_see() local [all...] |
/titanic_52/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 282 struct proc *p = ttoproc(curthread); in elfexec() local 556 char *p; in elfexec() local 1470 process_scns(core_content_t content,proc_t * p,cred_t * credp,vnode_t * vp,Shdr * v,int nv,rlim64_t rlimit,Off * doffsetp,int * nshdrsp) process_scns() argument 1754 elfcore(vnode_t * vp,proc_t * p,cred_t * credp,rlim64_t rlimit,int sig,core_content_t content) elfcore() argument [all...] |
/titanic_52/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | ntp.h | 111 #define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS))) argument 112 #define FD_CLR(n, p) ((p)->fds_bits[(n)/NFDBITS] &= ~(1 << ((n) % NFDBITS))) argument 113 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS))) argument 114 #define FD_ZERO(p) bzero((char *)(p), sizeof (*(p))) argument
|
/titanic_52/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_storage.c | 1263 char *p; in devinfo_storage_rescan_probing_done() local 1377 char *p; in devinfo_volume_get_slice_name() local 1404 char *p; in is_dos_path() local 1415 char *p; dos_to_dev() local [all...] |
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | cmds.c | 219 struct types *p; in settype() local 2252 struct levels *p; getlevel() local 2271 struct levels *p; setclevel() local 2327 struct levels *p; setdlevel() local [all...] |
/titanic_52/usr/src/cmd/isns/isnsd/ |
H A D | isns_htab.h | 46 void *p; member
|
/titanic_52/usr/src/lib/print/libipp-listener/common/ |
H A D | common.c | 281 papi_attribute_t **request, int flags, papi_printer_t p) in papi_to_ipp_printer_group() argument
|
/titanic_52/usr/src/cmd/grep/ |
H A D | grep.c | 299 char *lbuf, *p; in execute() local
|
/titanic_52/usr/src/uts/common/os/ |
H A D | acct.c | 380 struct proc *p; in acct() local [all...] |