Searched defs:how (Results 1 - 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dlwp_sigmask.c32 __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 Dprom_misc.c34 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 Dsigprocmask.c42 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 Dkmdb_stubs.c108 sigprocmask(int how, const sigset_t *set, sigset_t *oset) argument
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet_bpf.c135 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 Dbpf_mac.c119 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 Dweaks.c112 _shutdown(int sock, int how) argument
114 return (_so_shutdown(sock, how, SOV_DEFAULT));
/illumos-gate/usr/src/cmd/id/
H A Did.c329 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 Dsock_notsupp.c134 sock_shutdown_notsupp(sock_lower_handle_t handle, int how, struct cred *cr) argument
H A Dsockcommon.c277 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 Dsigaction.c594 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 Dgzguts.h155 /* 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 Dserver.c494 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 Dnldaputils.c654 /* 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 Dsocksdp.c586 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 Dksocket.c507 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 Dksocket.c423 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 Ddb_mindex.cc51 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 Ds10_signal.c340 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 Dsnoop_nfs3.c166 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 Dtcp_socket.c564 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 Dsocket.c407 shutdown(int s, int how) argument
427 switch (how) {
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c660 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 Discsi_net.c169 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 Dzs_common.c916 zsmctl(struct zscom *zs, int bits, int how) argument
931 switch (how) {

Completed in 2488 milliseconds

123