Home
last modified time | relevance | path

Searched refs:printf (Results 226 – 250 of 3007) sorted by relevance

12345678910>>...121

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh43 BEGIN { errmsg = "can't read field from what"; printf("field: "); \
44 trace(what->field); printf("\n"); }
48 printf("\nable to successfully read field from what!"); exit(1); }
51 BEGIN { errmsg = ""; printf("field: "); trace(what->field); printf("\n"); }
54 BEGIN { errmsg = "can't read vname"; printf("vname: "); \
55 trace(vname); printf("\n"); }
59 printf("\nable to successfully read vname!"); exit(1); }
62 BEGIN { errmsg = ""; printf("vname: "); trace(vname); printf("\n"); }
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DWatch-fksmbcl.d31 printf("\t0x%x", arg0);
32 printf("\t0x%x", arg1);
33 printf("\t0x%x", arg2);
34 printf("\t0x%x", arg3);
35 printf("\t0x%x", arg4);
36 printf("\t0x%x", arg5);
45 printf("\t0x%x", arg1);
50 printf("\tname = %s\n", copyinstr(arg1));
58 printf("\n\t debugmsg2: %s: %s ", this->f, this->m);
66 printf("\n\t debugmsg3: %s: %s ", this->f, this->m);
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c341 printf ("hal_mtab = '%s'\n", hal_mtab_buf); in handle_unmount()
357 printf (" line = '%s'\n", lines[i]); in handle_unmount()
367 printf (" devfile = '%s'\n", line_elements[0]); in handle_unmount()
368 printf (" uid = '%s'\n", line_elements[1]); in handle_unmount()
475 printf ("Cannot execute %s\n", UMOUNT); in handle_unmount()
519 printf ("done unmounting\n"); in handle_unmount()
574 printf ("will eject %s\n", device); in handle_eject()
588 printf ("Cannot execute %s\n", EJECT); in handle_eject()
619 printf ("done ejecting\n"); in handle_eject()
742 printf ("adt_put_event(%d, success)\n", event_id);
[all …]
H A Dhal_get_property.c204 printf ("Type is string\n"); in main()
205 printf ("%s\n", str); in main()
212 printf ((is_hex ? "%x\n" : "%d\n"), in main()
217 printf ("Type is uint64 (shown in %s)\n", in main()
219 printf ((is_hex ? "%llx\n" : "%llu\n"), in main()
224 printf ("Type is double\n"); in main()
225 printf ("%f\n", in main()
230 printf ("Type is boolean\n"); in main()
231 printf ("%s\n", in main()
243 printf ("%s", strlist[i]); in main()
[all …]
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c216 (void) printf( in usage()
384 (void) printf("all\n"); in print_data_handler()
479 (void) printf("\n"); in print_all_handlers()
486 (void) printf("\n"); in print_all_handlers()
493 (void) printf("\n"); in print_all_handlers()
585 (void) printf(" vdev: %llx\n", in register_handler()
594 (void) printf(" txgs: %lld \n", in register_handler()
597 (void) printf("objset: %llu\n", in register_handler()
599 (void) printf("object: %llu\n", in register_handler()
601 (void) printf(" type: %llu\n", in register_handler()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dchem.awk13 printf ".PS\n"
15 printf "copy \"%s\"\n", macros
19 printf "Last: 0,0\n"
184 printf "Last: %s: %s\n", n, $0
237 printf "Last: [\n"
239 printf "] %s %s\n", fused, other
250 printf "\tC: 0,0\n"
256 printf "\tV4: V5; V5: V6\n"
266 printf("\t%s at V%d\n", put[i], i)
301 printf "\tline from V%d to V%d\n", i, j
[all …]
/illumos-gate/usr/src/cmd/cdrw/
H A Ddevice.c165 (void) printf("R-W supported\n"); in get_device()
540 (void) printf( in print_header()
815 (void) printf("CD-ROM found\n"); in get_media_type()
827 (void) printf("CD-R found\n"); in get_media_type()
839 (void) printf("DVD-ROM found\n"); in get_media_type()
845 (void) printf("CD-RW found\n"); in get_media_type()
851 (void) printf("DVD-R found\n"); in get_media_type()
865 (void) printf("DVD-RW found\n"); in get_media_type()
884 (void) printf("DVD+RW found\n"); in get_media_type()
891 (void) printf("DVD+R found\n"); in get_media_type()
[all …]
/illumos-gate/usr/src/boot/common/
H A Ddev_net.c145 printf("%s: netif_open() failed\n", __func__); in net_open()
151 printf("%s: netif_open() succeeded\n", in net_open()
207 printf("%s: opens=%d\n", __func__, netdev_opens); in net_close()
223 printf("%s: calling netif_close()\n", __func__); in net_cleanup()
274 printf("%s: RARP failed\n", __func__); in net_getparams()
303 printf("%s: subnet mask: %s\n", __func__, in net_getparams()
323 printf("%s: server addr: %s\n", __func__, in net_getparams()
342 printf("%s devices:", netdev.dv_name); in net_print()
350 printf("\t%s%d:", netdev.dv_name, cnt++); in net_print()
352 printf(" (%s%d)", drv->netif_bname, in net_print()
[all …]
/illumos-gate/usr/src/cmd/id/
H A Did.c203 (void) printf(" groups="); in main()
205 (void) printf("%u", *idp); in main()
207 (void) printf("(%s)", in main()
239 (void) printf(" groups="); in main()
243 (void) printf("%u", *idp); in main()
245 (void) printf("(%s)", in main()
280 (void) printf(" projid=%d", in main()
312 (void) printf("%u", uid); in puid()
323 (void) printf("%u", gid); in pgid()
350 (void) printf("%s=", s); in prid()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c48 void printf (const char *format, ...);
71 printf ("flags = 0x%x\n", (unsigned) mbi->flags); in cmain()
75 printf ("mem_lower = %uKB, mem_upper = %uKB\n", in cmain()
84 printf ("cmdline = %s\n", (char *) mbi->cmdline); in cmain()
92 printf ("mods_count = %d, mods_addr = 0x%x\n", in cmain()
106 printf ("Both bits 4 and 5 are set.\n"); in cmain()
115 printf ("aout_symbol_table: tabsize = 0x%0x, " in cmain()
127 printf ("elf_sec: num = %u, size = 0x%x," in cmain()
138 printf ("mmap_addr = 0x%x, mmap_length = 0x%x\n", in cmain()
144 printf (" size = 0x%x, base_addr = 0x%x%x," in cmain()
[all …]
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c366 (void) printf(
840 (void) printf(
882 (void) printf(
1022 (void) printf(
1157 (void) printf("\n");
1163 (void) printf("\n");
1211 (void) printf("\n");
1217 (void) printf("\n");
1278 (void) printf("\n");
1284 (void) printf("\n");
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c877 printf("\n"); in main()
917 printf("\n"); in main()
1085 printf("UC "); in command_memmap()
1087 printf("WC "); in command_memmap()
1089 printf("WT "); in command_memmap()
1091 printf("WB "); in command_memmap()
1095 printf("WP "); in command_memmap()
1097 printf("RP "); in command_memmap()
1099 printf("XP "); in command_memmap()
1129 printf(" "); in command_configuration()
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/clri/
H A Dclri.c89 (void) printf("cannot open %s\n", argv[1]); in main()
99 (void) printf("bad super block magic number\n"); in main()
106 (void) printf( in main()
115 (void) printf( in main()
139 (void) printf("Cannot roll log for %s. " in main()
148 (void) printf("%s: is not a number\n", argv[i]); in main()
154 (void) printf("%s: is zero\n", argv[i]); in main()
162 (void) printf("%s: read error\n", argv[i]); in main()
176 (void) printf("cannot update %s\n", argv[1]); in main()
182 (void) printf("clearing %u\n", n); in main()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Darp.c130 printf("arp: response from %s\n", in arpwhohas()
132 printf("arp: cacheing %s --> %s\n", in arpwhohas()
148 printf("arpsend: called\n"); in arpsend()
169 printf("arprecv: "); in arprecv()
178 printf("bad len=%d\n", n); in arprecv()
187 printf("not arp type=%d\n", etype); in arprecv()
200 printf("bad hrd/pro/hln/pln\n"); in arprecv()
209 printf("is request\n"); in arprecv()
219 printf("not ARP reply\n"); in arprecv()
229 printf("unwanted address\n"); in arprecv()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.basename.d60 printf("#!/usr/bin/ksh\n\n");
66 printf("if [ `basename \"%s\"` != \"%s\" ]; then\n",
68 printf(" echo \"basename(\\\"%s\\\") is \\\"%s\\\"; ",
70 printf("expected \\\"`basename \"%s\"`\"\\\"\n", dir[i]);
71 printf("fi\n\n");
72 printf("if [ `dirname \"%s\"` != \"%s\" ]; then\n",
74 printf(" echo \"dirname(\\\"%s\\\") is \\\"%s\\\"; ",
76 printf("expected \\\"`dirname \"%s\"`\"\\\"\n", dir[i]);
77 printf("fi\n\n");
H A Dtst.strstr.d35 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
38 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
41 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
44 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
47 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
49 printf("strstr(\"%s\", \"%s\") = \"%s\"\n",
54 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
57 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
61 printf("strstr(\"%s\", \"%s\") = \"%s\"\n", str, c, strstr(str, c));
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmkterm.awk50 printf " * $Header%s\n", "$"
70 printf "#define %-30s __TERM _bool[%d]\n", $1, BoolCount++
74 printf "#define %-30s __TERM _num[%d]\n", $1, NumberCount++
78 printf "#define %-30s __TERM _str[%d]\n", $1, StringCount++
83 printf "#define __COUNT_BOOL\t\t%d\n", BoolCount
84 printf "#define __COUNT_NUM\t\t%d\n", NumberCount
85 printf "#define __COUNT_STR\t\t%d\n", StringCount
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmkterm.awk56 printf " * $Header%s\n", "$"
68 printf "#define %s\t\t__TERM _bool[%d]\n", $1, BoolCount++
72 printf "#define %s\t\t__TERM _num[%d]\n", $1, NumberCount++
76 printf "#define %s\t\t__TERM _str[%d]\n", $1, StringCount++
81 printf "#define __COUNT_BOOL\t\t%d\n", BoolCount
82 printf "#define __COUNT_NUM\t\t%d\n", NumberCount
83 printf "#define __COUNT_STR\t\t%d\n", StringCount
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c152 printf( in kwarn_add_warning_1_svc()
200 printf( in kwarn_add_warning_1_svc()
905 printf("checklist: where_to=%s\n", in kwarnd_check_warning_list()
932 printf( in kwarnd_check_warning_list()
955 printf( in kwarnd_check_warning_list()
962 printf( in kwarnd_check_warning_list()
978 printf( in kwarnd_check_warning_list()
1008 printf("checklist: send_msg=%d\n", in kwarnd_check_warning_list()
1065 printf( in kwarnd_check_warning_list()
1079 printf( in kwarnd_check_warning_list()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Domitted44 fix++,printf("#define _win32_botch_access 1\n");
46 fix++,printf("#define _win32_botch_chmod 1\n");
48 fix++,printf("#define _win32_botch_copy 1\n");
53 fix++,printf("#define _win32_botch_link 1\n");
58 fix++,printf("#define _win32_botch_open 1\n");
64 fix++,printf("#define _win32_botch_rename 1\n");
69 fix++,printf("#define _win32_botch_stat 1\n");
71 printf("#define _stat _stat64\n");
78 fix++,printf("#define _win32_botch_utime 1\n");
81 printf("#define _win32_botch_execve 1\n");
[all …]
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c739 printf(" = "); in efi_print_other_value()
920 printf(" ="); in efi_print_global()
1027 printf("NV"); in efi_print_var_attr()
1032 printf(","); in efi_print_var_attr()
1033 printf("BS"); in efi_print_var_attr()
1038 printf(","); in efi_print_var_attr()
1039 printf("RS"); in efi_print_var_attr()
1044 printf(","); in efi_print_var_attr()
1045 printf("HR"); in efi_print_var_attr()
1050 printf(","); in efi_print_var_attr()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c90x.c406 printf("Issuing RESET:\n"); in a3c90x_reset()
536 printf("3C90X: Tx Timeout\n"); in a3c90x_transmit()
772 printf("\n\n3C90X Driver 2.00 " in a3c90x_probe()
831 printf("Connectors present: "); in a3c90x_probe()
836 printf("%s100Base-T4",(c++)?", ":""); in a3c90x_probe()
841 printf("%s100Base-FX",(c++)?", ":""); in a3c90x_probe()
846 printf("%s10Base-2",(c++)?", ":""); in a3c90x_probe()
851 printf("%sAUI",(c++)?", ":""); in a3c90x_probe()
856 printf("%sMII",(c++)?", ":""); in a3c90x_probe()
871 printf("%s10Base-T",(c++)?", ":""); in a3c90x_probe()
[all …]
/illumos-gate/usr/src/cmd/vgrind/
H A Dretest.c28 printf ("\nexpr: "); in main()
39 printf ("%c", *match); in main()
44 printf("%c", *match); in main()
46 printf ("<%03o>", *match); in main()
51 printf("\n"); in main()
54 printf ("string: "); in main()
66 printf ("FAILED\n"); in main()
68 printf ("match\nmatstr = %s\n", matstr); in main()
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_pathma.c81 printf("m_pathmax(): Assert failure: ");
82 printf("M_PATH_MAX < _POSIX_PATH_MAX\n");
94 printf("m_pathmax(): Assert failure: ");
95 printf("pathconf() = -1 and errno = EINVAL\n");
120 printf("m_pathmax('%s') returns %d\n", argv[1], x );
123 printf("errno = %d (%s)\n", errno, strerror(errno));
125 printf("errno = %d \n", errno);
128 printf("usage: %s filename\n", argv[0]);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printf/
H A Dtst.widths1.d39 printf("\n");
42 printf("%?d\n", x++);
43 printf("%?d\n", x++);
44 printf("%?d\n", x++);
45 printf("%?d\n", x++);
46 printf("%?d\n", x++);
47 printf("%?d\n", x++);

12345678910>>...121