/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_decode.c | 62 setup(); in asn1_decode_integer() 87 setup(); in asn1_decode_unsigned_integer() 121 setup(); in asn1_decode_maybe_unsigned() 155 setup(); in asn1_decode_oid() 165 setup(); in asn1_decode_octetstring() 175 setup(); in asn1_decode_charstring() 186 setup(); in asn1_decode_generalstring() 197 setup(); in asn1_decode_null() 205 setup(); in asn1_decode_printablestring() 215 setup(); in asn1_decode_ia5string() [all …]
|
H A D | asn1_k_decode.c | 429 setup(); in asn1_decode_principal_name() 462 setup(); in asn1_decode_checksum() 474 setup(); in asn1_decode_encryption_key() 486 setup(); in asn1_decode_encrypted_data() 549 setup(); in asn1_decode_transited_encoding() 561 setup(); in asn1_decode_enc_kdc_rep_part() 586 setup(); in asn1_decode_ticket() 610 setup(); in asn1_decode_kdc_req() 626 setup(); in asn1_decode_kdc_req_body() 675 setup(); in asn1_decode_krb_safe_body() [all …]
|
H A D | krb5_decode.c | 205 setup(); in decode_krb5_authenticator() 252 setup(); in decode_krb5_ticket() 281 setup(); in decode_krb5_encryption_key() 295 setup(); in decode_krb5_enc_tkt_part() 384 setup(); in decode_krb5_ap_req() 418 setup(); in decode_krb5_ap_rep() 441 setup(); in decode_krb5_ap_rep_enc_part() 526 setup(); in decode_krb5_safe_with_body() 579 setup(); in decode_krb5_priv() 602 setup(); in decode_krb5_enc_priv_part() [all …]
|
/illumos-gate/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 540 setup(do_newline); in printxhdr() 543 setup(do_newline); in printxhdr() 549 setup(do_newline); in printxhdr() 557 setup(do_newline); in printxhdr() 1407 setup(do_newline); in do_format() 1413 setup(do_newline); in do_format() 1419 setup(do_newline); in do_format() 1437 setup(do_newline); in do_format() 1441 setup(hdrout); in do_format() 1449 setup(do_newline); in do_format() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | smstdio.c | 22 static void setup __P((SM_FILE_T *)); 113 setup(fp) in setup() function 157 setup(fp); 183 setup(fp); 209 setup(fp); 231 setup(fp); 293 setup(fp);
|
/illumos-gate/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 119 int setup(char *); 342 bdev = setup("bdevsw"); in main() 343 setup(""); in main() 366 vs = setup("v"); in main() 367 tu = setup("tune"); in main() 368 utsnm = setup("utsname"); in main() 369 pnstrpush = setup("nstrpush"); in main() 370 pstrmsgsz = setup("strmsgsz"); in main() 371 pstrctlsz = setup("strctlsz"); in main() 380 endnm = setup(""); in main() [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-libctest.p5m | 208 hardlink path=opt/libc-tests/tests/symbols/assert_h target=setup 209 hardlink path=opt/libc-tests/tests/symbols/ctype_h target=setup 210 hardlink path=opt/libc-tests/tests/symbols/dirent_h target=setup 211 hardlink path=opt/libc-tests/tests/symbols/fcntl_h target=setup 212 hardlink path=opt/libc-tests/tests/symbols/locale_h target=setup 213 hardlink path=opt/libc-tests/tests/symbols/math_h target=setup 214 hardlink path=opt/libc-tests/tests/symbols/netdb_h target=setup 216 file path=opt/libc-tests/tests/symbols/setup mode=0555 220 hardlink path=opt/libc-tests/tests/symbols/stdio_h target=setup 233 hardlink path=opt/libc-tests/tests/symbols/time_h target=setup [all …]
|
H A D | system-test-zfstest.p5m | 85 file path=opt/zfs-tests/tests/functional/acl/cifs/setup mode=0555 244 file path=opt/zfs-tests/tests/functional/atime/setup mode=0555 255 file path=opt/zfs-tests/tests/functional/bootfs/setup mode=0555 275 file path=opt/zfs-tests/tests/functional/cache/setup mode=0555 2358 file path=opt/zfs-tests/tests/functional/exec/setup mode=0555 2532 file path=opt/zfs-tests/tests/functional/mdb/setup mode=0555 2554 file path=opt/zfs-tests/tests/functional/mmap/setup mode=0555 2571 file path=opt/zfs-tests/tests/functional/mmp/setup mode=0555 2961 file path=opt/zfs-tests/tests/functional/slog/setup mode=0555 3032 file path=opt/zfs-tests/tests/functional/trim/setup mode=0555 [all …]
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | usbser_keyspan.c | 540 usb_ctrl_setup_t setup; in keyspan_write_memory() local 554 setup.bmRequestType = USB_DEV_REQ_TYPE_VENDOR; in keyspan_write_memory() 557 setup.bRequest = bRequest; in keyspan_write_memory() 558 setup.wValue = addr; in keyspan_write_memory() 559 setup.wIndex = 0; in keyspan_write_memory() 560 setup.wLength = len; in keyspan_write_memory() 561 setup.attrs = 0; in keyspan_write_memory() 563 while (usb_pipe_ctrl_xfer_wait(pipe->pipe_handle, &setup, &data, in keyspan_write_memory()
|
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd_usb.c | 121 usb_ctrl_setup_t setup; in zyd_usb_ctrl_send() local 124 bzero(&setup, sizeof (setup)); in zyd_usb_ctrl_send() 125 setup.bmRequestType = in zyd_usb_ctrl_send() 128 setup.wValue = value; in zyd_usb_ctrl_send() 129 setup.wIndex = 0; in zyd_usb_ctrl_send() 130 setup.wLength = len; in zyd_usb_ctrl_send() 170 bzero(&setup, sizeof (setup)); in zyd_usb_ctrl_recv() 171 setup.bmRequestType = in zyd_usb_ctrl_recv() 174 setup.wValue = value; in zyd_usb_ctrl_recv() 175 setup.wIndex = 0; in zyd_usb_ctrl_recv() [all …]
|
/illumos-gate/usr/src/test/libc-tests/tests/symbols/ |
H A D | Makefile | 21 KSHPROG = setup 58 $(SYMTESTS:%=$(TESTDIR)/%): $(TESTDIR)/setup 60 $(LN) $(TESTDIR)/setup $@
|
/illumos-gate/usr/src/uts/i86xpv/ |
H A D | Makefile | 53 def all clean clobber: setup genassym unix .WAIT \ 56 install: install_platforms setup genassym unix .WAIT \ 73 setup: FRC target
|
/illumos-gate/usr/src/uts/i86pc/ |
H A D | Makefile | 57 def all clean clobber: setup genassym unix .WAIT \ 60 install: install_platforms setup genassym unix .WAIT \ 75 setup: FRC target
|
/illumos-gate/usr/src/cmd/tr/ |
H A D | tr.c | 54 static struct cset *setup(char *, STR *, int, int); 142 delete = setup(argv[0], &s1, cflag, Cflag); in main() 143 squeeze = setup(argv[1], &s2, 0, 0); in main() 164 delete = setup(argv[0], &s1, cflag, Cflag); in main() 179 squeeze = setup(argv[0], &s1, cflag, Cflag); in main() 349 setup(char *arg, STR *str, int cflag, int Cflag) in setup() function
|
/illumos-gate/usr/src/cmd/crypt/ |
H A D | crypt.c | 51 setup(pw) in setup() function 122 setup(buf); in main() 132 setup(key); in main() 142 setup(key); in main()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc.c | 3609 usb_ctrl_setup_t setup; in usbvc_vc_get_ctrl() local 3613 setup.wValue = cs<<8; in usbvc_vc_get_ctrl() 3616 setup.attrs = 0; in usbvc_vc_get_ctrl() 3642 setup.wValue = cs<<8; in usbvc_vc_set_ctrl() 3645 setup.attrs = 0; in usbvc_vc_set_ctrl() 3675 setup.wValue = cs; in usbvc_vs_set_probe_commit() 3678 setup.wValue = setup.wValue << 8; in usbvc_vs_set_probe_commit() 3682 setup.attrs = 0; in usbvc_vs_set_probe_commit() 3730 setup.wValue = setup.wValue << 8; in usbvc_vs_get_probe() 3731 setup.wIndex = in usbvc_vs_get_probe() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/ |
H A D | deadlist_lock.ksh | 69 function setup function 87 setup
|
/illumos-gate/usr/src/test/util-tests/tests/dladm/ |
H A D | show-overlay-exit.ksh | 40 function setup function 74 setup
|
/illumos-gate/usr/src/test/crypto-tests/runfiles/ |
H A D | default.run | 38 pre = setup 53 pre = setup 65 pre = setup
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | main.c | 374 setup(); in main() 385 setup(); in main() 448 setup(); in main() 467 setup(); in main()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/ |
H A D | pl2303_dsd.c | 1950 rval = usb_pipe_ctrl_xfer_wait(plp->pl_def_ph, &setup, data, in pl2303_cmd_get_line() 1991 rval = usb_pipe_ctrl_xfer_wait(plp->pl_def_ph, &setup, &data, in pl2303_cmd_set_line() 2010 usb_ctrl_setup_t setup = { PL2303_SET_CONTROL_REQUEST_TYPE, in pl2303_cmd_set_ctl() local 2017 setup.wValue = val; in pl2303_cmd_set_ctl() 2019 rval = usb_pipe_ctrl_xfer_wait(plp->pl_def_ph, &setup, NULL, in pl2303_cmd_set_ctl() 2039 usb_ctrl_setup_t setup = { PL2303_VENDOR_WRITE_REQUEST_TYPE, in pl2303_cmd_vendor_write0() local 2046 setup.wValue = value; in pl2303_cmd_vendor_write0() 2047 setup.wIndex = index; in pl2303_cmd_vendor_write0() 2049 rval = usb_pipe_ctrl_xfer_wait(plp->pl_def_ph, &setup, NULL, in pl2303_cmd_vendor_write0() 2091 usb_ctrl_setup_t setup = { PL2303_BREAK_REQUEST_TYPE, in pl2303_cmd_break() local [all …]
|
/illumos-gate/usr/src/cmd/drd/ |
H A D | drd.c | 200 drctl_setup_t setup; in drd_init_door_server() local 212 setup.did = door_fd; in drd_init_door_server() 215 if (ioctl(drctl_fd, DRCTL_IOCTL_CONNECT_SERVER, &setup) == -1) { in drd_init_door_server()
|
/illumos-gate/usr/src/test/elf-tests/tests/capabilities/ |
H A D | symcap.ksh | 97 setup() function 215 setup
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | mdb_xregs.ksh | 65 setup() function 184 setup
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | main.c | 39 static void setup(int, char **, Cmd_info *); 127 setup(argc, argv, cmd_info); in main() 178 setup(int argc, char *argv[], Cmd_info *cmd_info) in setup() function
|