Home
last modified time | relevance | path

Searched refs:pl (Results 1 – 25 of 190) sorted by path

12345678

/illumos-gate/usr/src/
H A DMakefile.master1057 .SUFFIXES: .pl .pm .py .pyc
1059 .pl:
1073 .pl.po .pm.po:
/illumos-gate/usr/src/boot/libsa/crypto/
H A DMakefile.inc48 sha1-x86_64.S: $(COMDIR)/sha1/amd64/sha1-x86_64.pl
/illumos-gate/usr/src/boot/libsa/
H A Drpc.c322 struct pmap_list *pl; in rpc_pmap_getcache() local
324 for (pl = rpc_pmap_list; pl < &rpc_pmap_list[rpc_pmap_num]; pl++) { in rpc_pmap_getcache()
325 if (pl->addr.s_addr == addr.s_addr && in rpc_pmap_getcache()
326 pl->prog == prog && pl->vers == vers ) in rpc_pmap_getcache()
328 return (pl->port); in rpc_pmap_getcache()
344 struct pmap_list *pl; in rpc_pmap_putcache() local
355 pl = &rpc_pmap_list[rpc_pmap_num]; in rpc_pmap_putcache()
359 pl->addr = addr; in rpc_pmap_putcache()
360 pl->prog = prog; in rpc_pmap_putcache()
361 pl->vers = vers; in rpc_pmap_putcache()
[all …]
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c968 if ((pl = calloc(1, sizeof (*pl))) == NULL) { in partlist_alloc()
973 pl->pl_device = calloc(1, sizeof (*pl->pl_device)); in partlist_alloc()
976 free(pl); in partlist_alloc()
1014 free(pl); in partlist_free()
2014 pl->pl_cb.compare(pl)) in prepare_bblocks()
2144 if (!pl->pl_cb.read(pl)) { in handle_install()
2147 if (!pl->pl_cb.read_bbl(pl)) { in handle_install()
2165 pl->pl_cb.compare(pl)) { in handle_install()
2167 pl->pl_cb.install(&data, pl); in handle_install()
2227 if (pl->pl_cb.read(pl)) in handle_getinfo()
[all …]
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c44 int pl; /* '+', '-', ' ' for \s, 1 for \f, 0 for .ft */ member
284 int pl; in process() local
326 pl = line[++i]; in process()
327 if (isdigit(pl)) { in process()
328 n = pl - '0'; in process()
329 pl = ' '; in process()
346 stk[stktop].pl = pl; in process()
363 stk[stktop].pl = 1; in process()
391 if (stk[i].pl == 0) in prop()
395 (void) printf("\\s%c%d", stk[i].pl, stk[i].parm); in prop()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c299 register char *pe, *pm, *pl; in execbrc() local
337 for (pl = pm = p; pm <= pe; pm += len) { in execbrc()
361 (void) strcpy(lm, pl); in execbrc()
372 pl = pm + 1; in execbrc()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c563 size_t pl; in options_from_user() local
569 pl = strlen(user) + strlen(file) + 2; in options_from_user()
570 path = malloc(pl); in options_from_user()
573 (void) slprintf(path, pl, "%s/%s", user, file); in options_from_user()
589 size_t pl; in options_for_tty() local
596 pl = strlen(_PATH_TTYOPT) + strlen(dev) + 1; in options_for_tty()
597 path = malloc(pl); in options_for_tty()
600 (void) slprintf(path, pl, "%s%s", _PATH_TTYOPT, dev); in options_for_tty()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c345 register char *pe, *pm, *pl; local
380 for (pl = pm = p; pm <= pe; pm++)
400 if (lm + strlen(pl) + strlen(pe + 1) >=
405 strcpy(lm, pl);
416 pl = pm + 1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nlm.c517 char *line, *pl; local
569 pl = sum_netobj("OH");
572 pl, nameof_stat(i), getxdr_long());
807 char *pl; local
920 pl = sum_netobj("OH");
923 pl, nameof_stat4(i), getxdr_long());
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c288 tchar *pe, *pm, *pl; in execbrc() local
321 for (pl = pm = p; pm <= pe; pm++) in execbrc()
341 (void) strcpy_(lm, pl); in execbrc()
352 pl = pm + 1; in execbrc()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c2469 T6_MODREGS(pl), in dump_regs_t6()
2513 T5_MODREGS(pl), in dump_regs_t5()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A DMakefile48 $(ROOTBIN)/%: %.pl
/illumos-gate/usr/src/cmd/dtrace/test/tst/
H A DMakefile.com45 -o -name get.*.pl
47 EXES :sh= find . -name SCCS -prune -o \( -name *.exe -o -name \*.pl \) -print \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localtcp.ksh67 cat > test.pl <<-EOPERL
H A Dtst.ipv4remoteicmp.ksh46 getaddr=./get.ipv4remote.pl
H A Dtst.ipv4remotetcp.ksh54 getaddr=./get.ipv4remote.pl
70 cat > test.pl <<-EOPERL
H A Dtst.ipv4remoteudp.ksh52 getaddr=./get.ipv4remote.pl
H A Dtst.ipv6remoteicmp.ksh46 getaddr=./get.ipv6remote.pl
H A Dtst.localtcpstate.ksh72 cat > test.pl <<-EOPERL
H A Dtst.remotetcpstate.ksh61 getaddr=./get.ipv4remote.pl
77 cat > test.pl <<-EOPERL
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A Deqnchar2 tdefine ciplus % "\(pl\h'-\w'\(pl\^'u'\v'.3n'\(ci\v'-.3n'" %
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpciex.esc333 ereport.io.pciex.pl.re@pciexrc,
334 ereport.io.pciex.pl.re@pciexrc/PCIEXFNHZ;
423 ereport.io.pciex.pl.re@pciexrc,
458 ereport.io.pciex.pl.re@PCIEXFN,
554 ereport.io.pciex.pl.re@PCIEXFN,
616 ereport.io.pciex.pl.re@PCIEXFN,
646 ereport.io.pciex.pl.re@pciexrc,
955 ereport.io.pciex.pl.te@PCIEXFN,
956 ereport.io.pciex.pl.sd@PCIEXFN,
962 ereport.io.pciex.pl.te@pciexrc,
[all …]
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c974 if (wpl == pl) in pipeline_output()
1007 srlzer_exit(pl); in pipeline_done()
1026 srlzer_exit(pl); in pipeline_pollmode()
1057 srlzer_exit(pl); in pipeline_cb()
1084 &pl->pl_ops->do_formats[pl->pl_fmt]; in pipeline_process()
1098 pl->pl_arg.da_fv, pipeline_cb, pipeline_err, (void *)pl, in pipeline_process()
1131 pipeline_process(pl, pl->pl_logpath, pl->pl_follow); in pipeline_thr()
1203 for (i = 0, pl = &pipeline[0]; i < npipe; i++, pl++) { in aggregate()
1223 for (i = 0, pl = &pipeline[0]; i < npipe; i++, pl++) { in aggregate()
1225 (void) pthread_cond_wait(&pl->pl_cv, &pl->pl_lock); in aggregate()
[all …]
/illumos-gate/usr/src/cmd/fm/scripts/
H A DMakefile29 .SUFFIXES: .ksh .pl .sh
40 .pl .ksh .sh:
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddump.c1410 &conn.out_packet.pl, conn.ec); in new_dd_dds()
1489 &conn.out_packet.pl, conn.ec); in del_dd_dds()
1569 &conn.out_packet.pl, conn.ec); in update_dds()
1701 &conn.out_packet.pl, conn.ec); in update_member()

12345678