/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | lwp_sigmask.c | 32 __lwp_sigmask(int how, const sigset_t *set) argument 34 return (syscall(SYS_lwp_sigmask, how,
|
/illumos-gate/usr/src/stand/lib/sa/sparc/ |
H A D | prom_misc.c | 34 enum encode_how how) 55 if (how == ENCODE_BYTES) { 58 assert(how == ENCODE_STRING); 33 prom_create_encoded_prop(char *propname, void *prop_data, int prop_datalen, enum encode_how how) argument
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sigprocmask.c | 42 lwp_sigmask(int how, uint_t bits0, uint_t bits1, uint_t bits2, uint_t bits3) argument 62 * of the value of 'how', even though libc doesn't use them. 67 switch (how) { 93 sigprocmask(int how, sigset_t *setp, sigset_t *osetp) argument 104 switch (how) { 124 (void) lwp_sigmask(how,
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_stubs.c | 108 sigprocmask(int how, const sigset_t *set, sigset_t *oset) argument
|
/illumos-gate/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet_bpf.c | 135 ipnet_bpf_promisc_add(uintptr_t chandle, int how, void *arg, argument 143 switch (how) {
|
/illumos-gate/usr/src/uts/common/io/bpf/ |
H A D | bpf_mac.c | 119 mac_bpf_promisc_add(uintptr_t chandle, int how, void *arg, uintptr_t *promisc, argument 122 return (mac_promisc_add((mac_client_handle_t)chandle, how, bpf_mtap,
|
/illumos-gate/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 112 _shutdown(int sock, int how) argument 114 return (_so_shutdown(sock, how, SOV_DEFAULT));
|
/illumos-gate/usr/src/cmd/id/ |
H A D | id.c | 329 prid(TYPE how, uid_t id) argument 333 switch ((int)how) { 354 switch ((int)how) {
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sock_notsupp.c | 134 sock_shutdown_notsupp(sock_lower_handle_t handle, int how, struct cred *cr) argument
|
H A D | sockcommon.c | 277 socket_shutdown(struct sonode *so, int how, cred_t *cr) argument 279 return (SOP_SHUTDOWN(so, how, cr));
|
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | sigaction.c | 594 thr_sigsetmask(int how, const sigset_t *set, sigset_t *oset) argument 605 switch (how) { 621 switch (how) { 652 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) argument 654 return (thr_sigsetmask(how, set, oset)); 659 sigprocmask(int how, const sigset_t *set, sigset_t *oset) argument 667 return (__sigprocmask(how, set, oset)); 669 if ((error = thr_sigsetmask(how, set, oset)) != 0) {
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | gzguts.h | 155 /* values for gz_state how */ 177 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon107
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | server.c | 494 idmap_how_clear(&res->info.how); 512 idmap_how *how; local 583 how = &result->mappings.mappings_val[cb_data->next].info.how; 584 how->map_type = strtoul(argv[11], &end, 10); 585 switch (how->map_type) { 587 how->idmap_how_u.ad.dn = 589 how->idmap_how_u.ad.attr = 591 how->idmap_how_u.ad.value = 596 how [all...] |
H A D | nldaputils.c | 654 /* Get DN for how info */ 665 /* Get nldap name mapping attr name for how info */ 673 /* Get nldap name mapping attr value for how info */ 745 idmap_how *how; local 799 idmap_how_clear(&res->info.how); 801 how = &res->info.how; 802 how->map_type = IDMAP_MAP_TYPE_DS_NLDAP; 806 &how->idmap_how_u.nldap.dn, 807 &how [all...] |
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 586 sosdp_shutdown(struct sonode *so, int how, struct cred *cr) argument 604 switch (how) { 629 (struct sdp_conn_struct_t *)so->so_proto_handle, how);
|
/illumos-gate/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 507 ksocket_shutdown(ksocket_t ks, int how, struct cred *cr) argument 519 return (socket_shutdown(so, how, cr));
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | ksocket.c | 423 ksocket_shutdown(ksocket_t ks, int how, struct cred *cr) argument 431 if (shutdown(KSTOSO(ks), how) != 0)
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_mindex.cc | 51 db_mindex::db_mindex(db_scheme *how, char *tablePath) : rversion() argument 57 init(how); 83 * Initialize table using information given in scheme 'how'. 89 db_mindex::init(db_scheme * how) argument 91 scheme = new db_scheme(how); // make copy 101 indices.indices_len = how->numkeys(); 102 db_key_desc * keys = how->keyloc();
|
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_signal.c | 340 s10_lwp_sigmask(sysret_t *rval, int how, uint_t bits0, uint_t bits1) argument 354 how, 380 s10_sigprocmask(sysret_t *rval, int how, const sigset_t *set, sigset_t *oset) argument 394 how, set_ptr, oset_ptr)) != 0)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs3.c | 166 int sz, how; local 230 how = getxdr_long(); 232 fh, filetype(how), name); 1181 long how; local 1183 how = getxdr_long(); 1184 switch (how) {
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 564 tcp_shutdown(sock_lower_handle_t proto_handle, int how, cred_t *cr) argument 581 if (how != SHUT_RD) { 594 if (how != SHUT_WR)
|
/illumos-gate/usr/src/stand/lib/sock/ |
H A D | socket.c | 407 shutdown(int s, int how) argument 427 switch (how) {
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | af_rds.c | 660 rdsv3_shutdown(sock_lower_handle_t proto_handle, int how, cred_t *cr) argument
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_net.c | 169 static int iscsi_net_shutdown(void *socket, int how); 382 iscsi_net_shutdown(void *socket, int how) argument 385 return (ksocket_shutdown(ks, how, CRED()));
|
/illumos-gate/usr/src/uts/sun/io/ |
H A D | zs_common.c | 916 zsmctl(struct zscom *zs, int bits, int how) argument 931 switch (how) {
|