/titanic_51/usr/src/cmd/make/bin/ |
H A D | ar.cc | 158 static Boolean open_archive(char *filename, register Ar *arp); 159 static void close_archive(register Ar *arp); 160 static Boolean read_archive_dir(register Ar *arp, Name library, char **long_names_table); 161 static void translate_entry(register Ar *arp, Name target, register Property member, char **long_names_table); 180 int process_long_names_member (register Ar *arp, char **long_names_table, char *filename); 258 * open_archive(filename, arp) 265 * arp Pointer to ar file description block 270 open_archive(char *filename, register Ar *arp) in open_archive() argument 277 arp->fd = NULL; in open_archive() 279 if ((fd < 0) || ((arp in open_archive() 353 close_archive(register Ar * arp) close_archive() argument 377 read_archive_dir(register Ar * arp,Name library,char ** long_names_table) read_archive_dir() argument 565 process_long_names_member(register Ar * arp,char ** long_names_table,char * filename) process_long_names_member() argument 617 translate_entry(register Ar * arp,Name target,register Property member,char ** long_names_table) translate_entry() argument [all...] |
/titanic_51/usr/src/boot/lib/libstand/ |
H A D | arp.c | 1 /* $NetBSD: arp.c,v 1.18 1997/07/07 15:52:49 drochner Exp $ */ 35 * @(#) Header: arp.c,v 1.5 93/07/15 05:52:26 leres Exp (LBL) 54 #define ARP_NUM 8 /* need at most 3 arp entries */ 80 struct ether_arp arp; in arpwhohas() member 102 ah = &wbuf.data.arp; in arpwhohas() 122 panic("arp: no response for %s\n", in arpwhohas() 132 printf("arp: response from %s\n", in arpwhohas() 134 printf("arp: cacheing %s --> %s\n", in arpwhohas() 188 printf("not arp type=%d\n", etype); in arprecv() 257 struct ether_arp *arp in arp_reply() local [all...] |
H A D | rarp.c | 35 * @(#) Header: arp.c,v 1.5 93/07/15 05:52:26 leres Exp (LBL) 70 struct ether_arp arp; in rarp_getipaddress() member 71 u_char pad[18]; /* 60 - sizeof(arp) */ in rarp_getipaddress() 89 ap = &wbuf.data.arp; in rarp_getipaddress()
|
H A D | Makefile.inc | 171 SRCS += $(LIBSTAND_SRC)/arp.c $(LIBSTAND_SRC)/ether.c $(LIBSTAND_SRC)/ip.c \ 175 OBJS += arp.o ether.o ip.o inet_ntoa.o in_cksum.o net.o udp.o netif.o rpc.o
|
/titanic_51/usr/src/cmd/mdb/common/modules/arp/ |
H A D | arp.c | 36 #include <inet/arp.h> 38 #include <netinet/arp.h> 51 * is code for dealing with ioctls and printing out arp header that 92 } arp; in arphdr_cmd() local 102 if (mdb_vread(&arp.arh, sizeof (arp.arh), addr) == -1) { in arphdr_cmd() 106 mdb_nhconvert(&htype, arp.arh.arh_hardware, sizeof (htype)); in arphdr_cmd() 107 mdb_nhconvert(&ptype, arp.arh.arh_proto, sizeof (ptype)); in arphdr_cmd() 108 mdb_nhconvert(&op, arp.arh.arh_operation, sizeof (op)); in arphdr_cmd() 153 blen = 2 * (arp in arphdr_cmd() [all...] |
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | atexit.c | 104 atexit_root_t *arp; in __cxa_atexit() local 111 arp = &__uberdata.atexit_root; in __cxa_atexit() 113 arp = &self->ul_uberdata->atexit_root; in __cxa_atexit() 114 (void) mutex_lock(&arp->exitfns_lock); in __cxa_atexit() 119 p->next = arp->head; in __cxa_atexit() 120 arp->head = p; in __cxa_atexit() 123 (void) mutex_unlock(&arp->exitfns_lock); in __cxa_atexit() 141 atexit_root_t *arp = &curthread->ul_uberdata->atexit_root; in __cxa_finalize() local 147 (void) mutex_lock(&arp->exitfns_lock); in __cxa_finalize() 150 p = arp in __cxa_finalize() 175 atexit_root_t *arp = &curthread->ul_uberdata->atexit_root; _exithandle() local 187 atexit_root_t *arp = &curthread->ul_uberdata->atexit_root; _get_exit_frame_monitor() local 328 atexit_root_t *arp = &curthread->ul_uberdata->atexit_root; _preexec_exit_handlers() local 394 quickexit_root_t *arp; at_quick_exit() local [all...] |
/titanic_51/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | bitmap.c | 93 arange_t *arp; in count_free_pages() local 97 for (arp = cb_physavail; arp->high; arp++) { in count_free_pages() 99 for (bitno = arp->low; bitno <= arp->high; bitno++) { in count_free_pages() 103 arp->nfree = cnt; in count_free_pages() 115 static arange_t *arp; in search_phav_pages() local 119 if (arp == NULL) { in search_phav_pages() 121 arp in search_phav_pages() 421 arange_t *arp; cb_get_physavail() local [all...] |
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | Makefile | 29 PROG= 6to4relay arp if_mpadm \ 44 SOCKETPROG= 6to4relay arp hostconfig if_mpadm in.comsat \ 47 NSLPROG= 6to4relay arp hostconfig in.comsat in.rarpd \ 76 LINTCLEAN= 6to4relay arp in.rlogind in.rshd in.telnetd in.tftpd \ 169 all: $(PROG) $(ROOTFS_PROG) $(SUBDIRS) THIRDPARTYLICENSE.arp 210 $(ROOTMANIFEST) $(ROOTSVCMETHOD) THIRDPARTYLICENSE.arp 212 THIRDPARTYLICENSE.arp: arp.c 213 $(SED) -n '/University of California/,/SUCH DAMAGE/p' arp.c > $@ 215 CLOBBERFILES += THIRDPARTYLICENSE.arp [all...] |
/titanic_51/usr/src/cmd/mdb/intel/amd64/arp/ |
H A D | Makefile | 27 MODULE = arp.so 30 MODSRCS = arp.c
|
/titanic_51/usr/src/cmd/mdb/sparc/v9/arp/ |
H A D | Makefile | 27 MODULE = arp.so 30 MODSRCS = arp.c
|
/titanic_51/usr/src/lib/libdwarf/common/ |
H A D | dwarf_sort_line.c | 251 free_area_data(struct a_line_area *arp) in free_area_data() argument 253 while(arp) { in free_area_data() 254 struct a_line_area *next = arp->ala_next; in free_area_data() 255 free(arp); in free_area_data() 256 arp = next; in free_area_data()
|
/titanic_51/usr/src/uts/sparc/arp/ |
H A D | Makefile | 22 # uts/sparc/arp/Makefile 26 # This makefile drives the production of the arp driver kernel module. 39 MODULE = arp 44 CONF_SRCDIR = $(UTSBASE)/common/inet/arp
|
/titanic_51/usr/src/uts/intel/arp/ |
H A D | Makefile | 22 # uts/intel/arp/Makefile 27 # This makefile drives the production of the arp driver kernel module. 40 MODULE = arp 45 CONF_SRCDIR = $(UTSBASE)/common/inet/arp
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 156 static union Value *array_getup(Namval_t *np, Namarr_t *arp, int update) in array_getup() argument 158 register struct index_array *ap = (struct index_array*)arp; in array_getup() 161 if(!arp) in array_getup() 166 mp = (Namval_t*)((*arp->fun)(np,NIL(char*),NV_ACURRENT)); in array_getup() 173 return((union Value*)((*arp->fun)(np,NIL(char*),0))); in array_getup() 192 int nv_arrayisset(Namval_t *np, Namarr_t *arp) in nv_arrayisset() argument 194 register struct index_array *ap = (struct index_array*)arp; in nv_arrayisset() 209 static Namval_t *array_find(Namval_t *np,Namarr_t *arp, int flag) in array_find() argument 211 register struct index_array *ap = (struct index_array*)arp; in array_find() 238 mp = (Namval_t*)((*arp->fun)(np,NIL(char*),NV_ACURRENT)); in array_find() [all …]
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | array.c | 195 static union Value *array_getup(Namval_t *np, Namarr_t *arp, int update) in array_getup() argument 197 register struct index_array *ap = (struct index_array*)arp; in array_getup() 203 if(!arp) in array_getup() 208 mp = (Namval_t*)((*arp->fun)(np,NIL(char*),NV_ACURRENT)); in array_getup() 215 return((union Value*)((*arp->fun)(np,NIL(char*),0))); in array_getup() 218 else if(fp = (struct fixed_array*)arp->fixed) in array_getup() 221 array_fixed_setdata(np,arp,fp); in array_getup() 246 int nv_arrayisset(Namval_t *np, Namarr_t *arp) in nv_arrayisset() argument 248 register struct index_array *ap = (struct index_array*)arp; in nv_arrayisset() 257 Namfun_t *fp = &arp in nv_arrayisset() 272 array_find(Namval_t * np,Namarr_t * arp,int flag) array_find() argument 815 array_grow(Namval_t * np,register struct index_array * arp,int maxi) array_grow() argument [all...] |
/titanic_51/usr/src/man/man7p/ |
H A D | Makefile | 21 MANFILES= arp.7p \ 56 ARP.7p := LINKSRC = arp.7p
|
/titanic_51/usr/src/common/ctf/ |
H A D | ctf_create.c | 1052 ctf_add_array(ctf_file_t *fp, uint_t flag, const ctf_arinfo_t *arp) in ctf_add_array() argument 1058 if (arp == NULL) in ctf_add_array() 1062 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array() 1063 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) { in ctf_add_array() 1065 arp->ctr_contents); in ctf_add_array() 1070 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array() 1071 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) { in ctf_add_array() 1072 ctf_dprintf("bad index for array: %ld\n", arp->ctr_index); in ctf_add_array() 1081 dtd->dtd_u.dtu_arr = *arp; in ctf_add_array() 1082 ctf_ref_inc(fp, arp in ctf_add_array() 1089 ctf_set_array(ctf_file_t * fp,ctf_id_t type,const ctf_arinfo_t * arp) ctf_set_array() argument [all...] |
H A D | ctf_types.c | 837 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info() argument 853 arp->ctr_contents = ap->cta_contents; in ctf_array_info() 854 arp->ctr_index = ap->cta_index; in ctf_array_info() 855 arp->ctr_nelems = ap->cta_nelems; in ctf_array_info()
|
/titanic_51/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_ti.c | 3153 ibcm_search_ar(ibt_ar_t *arp, ibcm_ar_t **arpp) in ibcm_search_ar() argument 3161 if (tmp->ar.ar_gid.gid_prefix == arp->ar_gid.gid_prefix && in ibcm_search_ar() 3162 tmp->ar.ar_gid.gid_guid == arp->ar_gid.gid_guid && in ibcm_search_ar() 3163 tmp->ar.ar_pkey == arp->ar_pkey) { in ibcm_search_ar() 3165 if (tmp->ar.ar_data[i] != arp->ar_data[i]) in ibcm_search_ar() 3172 if (tmp->ar.ar_data[i] != arp->ar_data[i]) in ibcm_search_ar() 3184 ibt_register_ar(ibt_clnt_hdl_t ibt_hdl, ibt_ar_t *arp) in ibt_register_ar() argument 3202 arp->ar_pkey, (longlong_t)arp->ar_gid.gid_prefix, in ibt_register_ar() 3203 (longlong_t)arp in ibt_register_ar() 3378 ibt_deregister_ar(ibt_clnt_hdl_t ibt_hdl,ibt_ar_t * arp) ibt_deregister_ar() argument [all...] |
/titanic_51/usr/src/pkg/manifests/ |
H A D | system-kernel.man7p.inc | 17 file path=usr/share/man/man7p/arp.7p 37 link path=usr/share/man/man7p/ARP.7p target=arp.7p
|
/titanic_51/usr/src/cmd/mdb/ |
H A D | Makefile.common | 61 arp \
|
/titanic_51/usr/src/uts/common/netinet/ |
H A D | Makefile | 32 HDRS= arp.h dhcp.h dhcp6.h icmp6.h icmp_var.h if_ether.h igmp.h igmp_var.h \
|
/titanic_51/usr/src/uts/common/inet/ |
H A D | Makefile | 31 HDRS= arp.h common.h ipclassifier.h ip.h ip6.h ipdrop.h ipnet.h \
|
/titanic_51/usr/src/stand/lib/fs/nfs/ |
H A D | nfs4_xdr.c | 103 char *arp = (char *)&objp->b_bitmap_val; in xdr_b_bitmap4() local 104 return (xdr_array(xdrs, (char **)&arp, in xdr_b_bitmap4()
|
/titanic_51/usr/src/boot/sys/boot/userboot/libstand/ |
H A D | Makefile | 125 SRCS+= arp.c ether.c inet_ntoa.c in_cksum.c net.c udp.c netif.c rpc.c
|