/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | bsmaudit.c | 72 const char *how = "couldn't start adt session"; in audit_sshd_chauthtok() local 81 how = "couldn't set adt user"; in audit_sshd_chauthtok() 87 how = "couldn't allocate adt event"; in audit_sshd_chauthtok() 94 how = "couldn't put adt event"; in audit_sshd_chauthtok() 100 how = "couldn't put adt event"; in audit_sshd_chauthtok() 113 strerror(saved_errno), how); in audit_sshd_chauthtok() 120 const char *how; in audit_sshd_login() local 125 how = "programmer error"; in audit_sshd_login() 132 how = "couldn't start adt session"; in audit_sshd_login() 138 how = "ucred_get() failed to obtain user credential"; in audit_sshd_login() [all …]
|
/titanic_44/usr/src/cmd/idmap/idmapd/ |
H A D | dbutils.c | 1324 res->info.how.map_type = IDMAP_MAP_TYPE_KNOWN_SID; in lookup_wksids_sid2pid() 1391 res->info.how.map_type = IDMAP_MAP_TYPE_KNOWN_SID; in lookup_wksids_pid2sid() 1649 res->info.how.map_type = strtoul(values[6], &end, 10); in lookup_cache_sid2pid() 1650 switch (res->info.how.map_type) { in lookup_cache_sid2pid() 1652 res->info.how.idmap_how_u.ad.dn = in lookup_cache_sid2pid() 1654 res->info.how.idmap_how_u.ad.attr = in lookup_cache_sid2pid() 1656 res->info.how.idmap_how_u.ad.value = in lookup_cache_sid2pid() 1661 res->info.how.idmap_how_u.nldap.dn = in lookup_cache_sid2pid() 1663 res->info.how.idmap_how_u.nldap.attr = in lookup_cache_sid2pid() 1665 res->info.how.idmap_how_u.nldap.value = in lookup_cache_sid2pid() [all …]
|
H A D | nldaputils.c | 745 idmap_how *how; in nldap_lookup_batch() local 799 idmap_how_clear(&res->info.how); in nldap_lookup_batch() 801 how = &res->info.how; in nldap_lookup_batch() 802 how->map_type = IDMAP_MAP_TYPE_DS_NLDAP; in nldap_lookup_batch() 806 &how->idmap_how_u.nldap.dn, in nldap_lookup_batch() 807 &how->idmap_how_u.nldap.attr, in nldap_lookup_batch() 808 &how->idmap_how_u.nldap.value, in nldap_lookup_batch() 827 idmap_how_clear(&res->info.how); in nldap_lookup_batch() 829 how = &res->info.how; in nldap_lookup_batch() 830 how->map_type = IDMAP_MAP_TYPE_DS_NLDAP; in nldap_lookup_batch() [all …]
|
H A D | server.c | 494 idmap_how_clear(&res->info.how); in idmap_get_mapped_ids_1_svc() 512 idmap_how *how; in list_mappings_cb() local 583 how = &result->mappings.mappings_val[cb_data->next].info.how; in list_mappings_cb() 584 how->map_type = strtoul(argv[11], &end, 10); in list_mappings_cb() 585 switch (how->map_type) { in list_mappings_cb() 587 how->idmap_how_u.ad.dn = in list_mappings_cb() 589 how->idmap_how_u.ad.attr = in list_mappings_cb() 591 how->idmap_how_u.ad.value = in list_mappings_cb() 596 how->idmap_how_u.nldap.dn = in list_mappings_cb() 598 how->idmap_how_u.nldap.attr = in list_mappings_cb() [all …]
|
/titanic_44/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) in lwp_sigmask() argument 67 switch (how) { in lwp_sigmask() 93 sigprocmask(int how, sigset_t *setp, sigset_t *osetp) in sigprocmask() argument 104 switch (how) { in sigprocmask() 124 (void) lwp_sigmask(how, in sigprocmask()
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | shutdown.c | 37 shutdown(s, how) in shutdown() argument 39 int how; 42 if ((a = _shutdown(s, how)) == -1) {
|
H A D | sigaction.c | 147 sigprocmask(how, set, oset) in sigprocmask() argument 148 int how; in sigprocmask() 156 ret = _sigprocmask(how_map[how], NULL, &s5_oset); 160 ret = _sigprocmask(how_map[how], &s5_set, &s5_oset);
|
/titanic_44/usr/src/stand/lib/sa/sparc/ |
H A D | prom_misc.c | 34 enum encode_how how) in prom_create_encoded_prop() argument 55 if (how == ENCODE_BYTES) { in prom_create_encoded_prop() 58 assert(how == ENCODE_STRING); in prom_create_encoded_prop()
|
/titanic_44/usr/src/lib/libc/port/sys/ |
H A D | lwp_sigmask.c | 32 __lwp_sigmask(int how, const sigset_t *set) in __lwp_sigmask() argument 34 return (syscall(SYS_lwp_sigmask, how, in __lwp_sigmask()
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | sigaction.c | 594 thr_sigsetmask(int how, const sigset_t *set, sigset_t *oset) in thr_sigsetmask() argument 605 switch (how) { in thr_sigsetmask() 621 switch (how) { in thr_sigsetmask() 652 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask() argument 654 return (thr_sigsetmask(how, set, oset)); in pthread_sigmask() 659 sigprocmask(int how, const sigset_t *set, sigset_t *oset) in sigprocmask() argument 667 return (__sigprocmask(how, set, oset)); in sigprocmask() 669 if ((error = thr_sigsetmask(how, set, oset)) != 0) { in sigprocmask()
|
/titanic_44/usr/src/cmd/sendmail/cf/feature/ |
H A D | ldap_routing.m4 | 22 # Check for third argument to indicate how to deal with non-existant 29 # Check for fourth argument to indicate how to deal with +detail info 34 # Check for sixth argument to indicate how to deal with tempfails
|
/titanic_44/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 466 rnd_get_bytes(uint8_t *ptr, size_t len, extract_type_t how) in rnd_get_bytes() argument 483 switch (how) { in rnd_get_bytes() 498 if (how == NONBLOCK_EXTRACT) { in rnd_get_bytes() 507 if (how == NONBLOCK_EXTRACT && (rnbyte_cnt < len)) in rnd_get_bytes() 514 if (how == BLOCKING_EXTRACT) { in rnd_get_bytes() 535 if (len > 0 && how == ALWAYS_EXTRACT) { in rnd_get_bytes() 559 extract_type_t how; in kcf_rnd_get_bytes() local 562 how = noblock ? NONBLOCK_EXTRACT : BLOCKING_EXTRACT; in kcf_rnd_get_bytes() 564 if ((error = rnd_get_bytes(ptr, len, how)) != 0) in kcf_rnd_get_bytes()
|
/titanic_44/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 1344 print_how(idmap_how *how) in print_how() argument 1350 switch (how->map_type) { in print_how() 1354 CHECK_NULL(how->idmap_how_u.ad.dn)); in print_how() 1356 CHECK_NULL(how->idmap_how_u.ad.attr), in print_how() 1357 CHECK_NULL(how->idmap_how_u.ad.value)); in print_how() 1363 CHECK_NULL(how->idmap_how_u.nldap.dn)); in print_how() 1365 CHECK_NULL(how->idmap_how_u.nldap.attr), in print_how() 1366 CHECK_NULL(how->idmap_how_u.nldap.value)); in print_how() 1371 rule = &how->idmap_how_u.rule; in print_how() 1408 CHECK_NULL(how->idmap_how_u.idmu.dn)); in print_how() [all …]
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | mbuf.h | 211 #define MGET(m, how, type) { \ argument 220 #define MGETHDR(m, how, type) { \ argument 231 #define MCLGET(m, how) \ argument
|
/titanic_44/usr/src/cmd/ssh/doc/ |
H A D | WARNING.RNG | 54 "sshd -d -d -d"). This will list each program as it is executed, how 55 long it took to execute, its exit status and whether and how much data 74 usable data depending on how busy the machine is, how long it has been
|
/titanic_44/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, in mac_bpf_promisc_add() argument 122 return (mac_promisc_add((mac_client_handle_t)chandle, how, bpf_mtap, in mac_bpf_promisc_add()
|
/titanic_44/usr/src/cmd/id/ |
H A D | id.c | 329 prid(TYPE how, uid_t id) in prid() argument 333 switch ((int)how) { in prid() 354 switch ((int)how) { in prid()
|
/titanic_44/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet_bpf.c | 135 ipnet_bpf_promisc_add(uintptr_t chandle, int how, void *arg, in ipnet_bpf_promisc_add() argument 143 switch (how) { in ipnet_bpf_promisc_add()
|
/titanic_44/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; in sum_createhow() local 1183 how = getxdr_long(); in sum_createhow() 1184 switch (how) { in sum_createhow()
|
/titanic_44/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) in s10_lwp_sigmask() argument 354 how, in s10_lwp_sigmask() 380 s10_sigprocmask(sysret_t *rval, int how, const sigset_t *set, sigset_t *oset) in s10_sigprocmask() argument 394 how, set_ptr, oset_ptr)) != 0) in s10_sigprocmask()
|
/titanic_44/usr/src/cmd/pg/ |
H A D | pg.c | 1340 find(how, line) /* find the line and seek there */ in find() argument 1341 int how; in find() 1348 if (how == 0) 1352 where = how * line; 1354 where = how * line + dot->l_no; 1545 lineset(how) /* initialize line memory */ in lineset() argument 1546 int how; in lineset() 1555 if (how == BOF) {
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_mindex.cc | 51 db_mindex::db_mindex(db_scheme *how, char *tablePath) : rversion() in db_mindex() argument 57 init(how); in db_mindex() 89 db_mindex::init(db_scheme * how) in init() argument 91 scheme = new db_scheme(how); // make copy in init() 101 indices.indices_len = how->numkeys(); in init() 102 db_key_desc * keys = how->keyloc(); in init()
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | sigact.h | 87 int sigprocmask (int how, sigset_t *mask, sigset_t *omask);
|
/titanic_44/usr/src/cmd/sgs/libelf/demo/ |
H A D | 00README | 25 This directory contains sample programs that demonstrate how to use libelf. 37 Demonstrates how to examine a file opened with
|
/titanic_44/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_stubs.c | 108 sigprocmask(int how, const sigset_t *set, sigset_t *oset) in sigprocmask() argument
|