Searched refs:prt (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dz80-dis.c73 prt (struct buffer *buf, disassemble_info * info, char *txt)
286 { 0x70, 0xFF, prt, "in f,(c)" },
289 { 0x71, 0xFF, prt, "out (c),0" },
294 { 0x44, 0xFF, prt, "neg" },
295 { 0x45, 0xFF, prt, "retn" },
296 { 0x46, 0xFF, prt, "im 0" },
297 { 0x47, 0xFF, prt, "ld i,a" },
300 { 0x4D, 0xFF, prt, "reti" },
301 { 0x56, 0xFF, prt, "im 1" },
302 { 0x57, 0xFF, prt, "l
72 prt (struct buffer *buf, disassemble_info * info, char *txt) function
[all...]
/macosx-10.10.1/top-100.1.2/
H A Dports.c36 psamp->prt, psamp->p_prt, 0ULL)) {
H A Dtop.c154 case STATISTIC_PORTS: return COMP(a_a->prt, a_b->prt);
H A Dlibtop.h240 uint32_t prt; member in struct:libtop_psamp_s
H A Dlibtop.c1449 pinfo->psamp.p_prt = pinfo->psamp.prt;
1454 pinfo->psamp.prt = ncnt;
/macosx-10.10.1/diskdev_cmds-576/fdisk.tproj/
H A Dpart.c205 PRT_parse(disk, prt, offset, reloff, partn, pn)
207 void *prt;
213 unsigned char *p = prt;
260 PRT_make(partn, offset, reloff, prt)
264 void *prt;
266 unsigned char *p = prt;
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsocket_wrapper.c183 static void set_port(int family, int prt, struct sockaddr *addr) argument
187 ((struct sockaddr_in *)addr)->sin_port = htons(prt);
191 ((struct sockaddr_in6 *)addr)->sin6_port = htons(prt);
273 unsigned int prt; local
280 if (sscanf(p, SOCKET_FORMAT, &type, &iface, &prt) != 3) {
290 if (prt > 0xFFFF) {
308 in2->sin_port = htons(prt);
326 in2->sin6_port = htons(prt);
344 unsigned int prt; local
370 prt
442 unsigned int prt; local
1693 unsigned int prt = ntohs(((const struct sockaddr_in *)to)->sin_port); local
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dmachine_routines.c626 uint32_t prt; local
660 if (PE_parse_boot_argn("panic_restart_timeout", &prt, sizeof (prt)))
661 nanoseconds_to_absolutetime(prt * NSEC_PER_SEC, &panic_restart_timeout);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Damiga.vim19 syn match amiDev "\(par\|ser\|prt\|con\|nil\):"
/macosx-10.10.1/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/Daemon/
H A DTest.pm117 port is allocated, the number is stored in the file "ndtest.prt".
120 (hopefully sufficient) for the creation of ndtest.prt.
195 # Create the "ndtest.prt" file so that the child knows to what
198 if (!open($fh, ">ndtest.prt") ||
201 die "Error while creating 'ndtest.prt': $!";
203 $self->Debug("Created ndtest.prt with port $port\n");
235 expected to create the file 'ndtest.prt' with the port number.
252 unlink 'ndtest.prt';
314 for (my $secs = 20; $secs && ! -s 'ndtest.prt'; $secs -= sleep 1) {
316 if (! -s 'ndtest.prt') {
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Droute.c3739 struct rtentry *prt = hint->rt_parent; local
3740 VERIFY(prt != NULL);
3743 RT_ADDREF(prt);
3745 rt_revalidate_gwroute(prt, rt);
3746 RT_REMREF(prt);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.c3373 struct rtentry *prt = hint->rt_parent; local
3374 VERIFY(prt != NULL);
3377 RT_ADDREF(prt);
3379 rt_revalidate_gwroute(prt, rt);
3380 RT_REMREF(prt);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddispatch.c2770 in_port_t prt; local
2772 prt = ports[dispatch_uniformrandom(
2775 isc_sockaddr_setport(&localaddr_bound, prt);
2780 disp->localport = prt;

Completed in 206 milliseconds