/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_decode.c | 40 #define setup()\ macro 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() [all …]
|
H A D | asn1_k_decode.c | 38 #define setup() \ macro 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() [all …]
|
H A D | krb5_decode.c | 53 #define setup()\ macro 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() [all …]
|
/titanic_50/usr/src/cmd/stat/iostat/ |
H A D | iostat.c | 174 static void setup(void (*nfunc)(void)); 534 setup(write_core_header); in printxhdr() 536 setup(print_err_hdr); in printxhdr() 539 setup(do_newline); in printxhdr() 541 setup(print_disk_header); in printxhdr() 542 setup(do_newline); in printxhdr() 545 setup(print_tty_hdr1); in printxhdr() 547 setup(print_cpu_hdr1); in printxhdr() 548 setup(do_newline); in printxhdr() 551 setup(print_disk_header); in printxhdr() [all …]
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-test-libctest.mf | 120 file path=opt/libc-tests/tests/symbols/setup mode=0555 141 hardlink path=opt/libc-tests/tests/symbols/assert_h target=setup 142 hardlink path=opt/libc-tests/tests/symbols/ctype_h target=setup 143 hardlink path=opt/libc-tests/tests/symbols/dirent_h target=setup 144 hardlink path=opt/libc-tests/tests/symbols/fcntl_h target=setup 145 hardlink path=opt/libc-tests/tests/symbols/locale_h target=setup 146 hardlink path=opt/libc-tests/tests/symbols/math_h target=setup 147 hardlink path=opt/libc-tests/tests/symbols/netdb_h target=setup 148 hardlink path=opt/libc-tests/tests/symbols/pthread_h target=setup 149 hardlink path=opt/libc-tests/tests/symbols/signal_h target=setup [all …]
|
H A D | system-test-zfstest.mf | 179 file path=opt/zfs-tests/tests/functional/acl/cifs/setup mode=0555 181 file path=opt/zfs-tests/tests/functional/acl/nontrivial/setup mode=0555 256 file path=opt/zfs-tests/tests/functional/acl/trivial/setup mode=0555 303 file path=opt/zfs-tests/tests/functional/atime/setup mode=0555 326 file path=opt/zfs-tests/tests/functional/cache/setup mode=0555 362 file path=opt/zfs-tests/tests/functional/casenorm/setup mode=0555 403 file path=opt/zfs-tests/tests/functional/clean_mirror/setup mode=0555 407 file path=opt/zfs-tests/tests/functional/cli_root/zfs/setup mode=0555 412 file path=opt/zfs-tests/tests/functional/cli_root/zfs_clone/setup mode=0555 434 file path=opt/zfs-tests/tests/functional/cli_root/zfs_copies/setup mode=0555 [all …]
|
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | smstdio.c | 24 static void setup __P((SM_FILE_T *)); 115 setup(fp) in setup() function 159 setup(fp); 185 setup(fp); 211 setup(fp); 233 setup(fp); 295 setup(fp);
|
/titanic_50/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 121 int setup(char *); 344 bdev = setup("bdevsw"); in main() 345 setup(""); in main() 368 vs = setup("v"); in main() 369 tu = setup("tune"); in main() 370 utsnm = setup("utsname"); in main() 371 pnstrpush = setup("nstrpush"); in main() 372 pstrmsgsz = setup("strmsgsz"); in main() 373 pstrctlsz = setup("strctlsz"); in main() 374 pts_maxupri = setup("ts_maxupri"); in main() [all …]
|
/titanic_50/usr/src/test/libc-tests/tests/symbols/ |
H A D | Makefile | 21 KSHPROG = setup 56 $(SYMTESTS:%=$(TESTDIR)/%): $(TESTDIR)/setup 58 $(LN) $(TESTDIR)/setup $@
|
/titanic_50/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()
|
/titanic_50/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() 127 setup.bRequest = request; 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() 131 setup.attrs = USB_ATTRS_NONE; in zyd_usb_ctrl_send() 140 &setup, &msg, NULL, NULL, 0)) != USB_SUCCESS) { in zyd_usb_ctrl_send() 165 usb_ctrl_setup_t setup; in zyd_usb_ctrl_recv() local [all …]
|
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | file.c | 255 uint16_t setup[2]; in smb_fh_xactnp() local 257 setup[0] = TRANS_TRANSACT_NAMED_PIPE; in smb_fh_xactnp() 258 setup[1] = 0xFFFF; /* driver replaces this */ in smb_fh_xactnp() 261 err = smb_t2_request(fd, 2, setup, "\\PIPE\\", in smb_fh_xactnp()
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | Makefile | 33 FSCKOBJS= main.o setup.o utilities.o pass1.o inode.o 81 -cstyle -p setup.c 86 -keywords setup.c
|
/titanic_50/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
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc.c | 3606 usb_ctrl_setup_t setup; in usbvc_vc_get_ctrl() local 3608 setup.bmRequestType = USBVC_GET_IF; /* bmRequestType */ in usbvc_vc_get_ctrl() 3609 setup.bRequest = req_code; /* bRequest */ in usbvc_vc_get_ctrl() 3610 setup.wValue = cs<<8; in usbvc_vc_get_ctrl() 3611 setup.wIndex = entity_id<<8; in usbvc_vc_get_ctrl() 3612 setup.wLength = wlength; in usbvc_vc_get_ctrl() 3613 setup.attrs = 0; in usbvc_vc_get_ctrl() 3615 if (usb_pipe_ctrl_xfer_wait(usbvcp->usbvc_default_ph, &setup, &data, in usbvc_vc_get_ctrl() 3635 usb_ctrl_setup_t setup; in usbvc_vc_set_ctrl() local 3637 setup.bmRequestType = USBVC_SET_IF; /* bmRequestType */ in usbvc_vc_set_ctrl() [all …]
|
/titanic_50/usr/src/uts/i86pc/ |
H A D | Makefile | 76 def all clean clobber clean.lint: setup genassym unix .WAIT \ 79 install: install_platforms setup genassym unix .WAIT \ 101 setup: FRC target
|
/titanic_50/usr/src/uts/i86xpv/ |
H A D | Makefile | 77 def all clean clobber clean.lint: setup genassym unix .WAIT \ 80 install: install_platforms setup genassym unix .WAIT \ 102 setup: FRC target
|
/titanic_50/usr/src/cmd/sgs/ar/common/ |
H A D | main.c | 34 static void setup(int, char **, Cmd_info *); 122 setup(argc, argv, cmd_info); in main() 176 setup(int argc, char *argv[], Cmd_info *cmd_info) in setup() function
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | main.c | 376 setup(); in main() 387 setup(); in main() 450 setup(); in main() 469 setup(); in main()
|
/titanic_50/usr/src/cmd/sa/ |
H A D | sadp.c | 108 struct nlist setup[] = { variable 180 safe_kvm_read(kd, (unsigned long) setup[index].n_value, \ 181 (char *) &var, sizeof (var), setup[index].n_name) 184 safe_kvm_read(kd, (unsigned long)setup[index].n_value, \ 185 (char *) var, len, setup[index].n_name) 445 if (kvm_nlist(kd, setup) == -1) { 449 Debug dump_nlist (setup, "main"); 780 if ((temp1 < setup[X1_BUF].n_value) || (index > tbl.v_buf)){ in testbuf() 781 index = (int)(temp1 -setup[X1_PBUF].n_value)/ in testbuf() 790 index = (int)(temp1 -setup[SWP].n_value)/ in testbuf()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/usbsprl/ |
H A D | pl2303_dsd.c | 1941 usb_ctrl_setup_t setup = { PL2303_GET_LINE_CODING_REQUEST_TYPE, in pl2303_cmd_get_line() local 1950 rval = usb_pipe_ctrl_xfer_wait(plp->pl_def_ph, &setup, data, in pl2303_cmd_get_line() 1979 usb_ctrl_setup_t setup = { PL2303_SET_LINE_CODING_REQUEST_TYPE, in pl2303_cmd_set_line() local 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() [all …]
|
/titanic_50/usr/src/test/util-tests/tests/dladm/ |
H A D | allowed-ips.ksh | 29 function setup function 79 setup
|
/titanic_50/usr/src/cmd/svc/milestone/ |
H A D | Makefile | 51 network-routing-setup.xml \ 121 net-routing-setup \
|