Searched refs:how (Results 1 - 25 of 90) sorted by relevance

1234

/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/lib/libbc/libc/sys/common/
H A Dshutdown.c37 shutdown(s, how)
39 int how;
42 if ((a = _shutdown(s, how)) == -1) {
H A Dsigaction.c147 sigprocmask(how, set, oset)
148 int how;
156 ret = _sigprocmask(how_map[how], NULL, &s5_oset);
160 ret = _sigprocmask(how_map[how], &s5_set, &s5_oset);
/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/idmap/idmapd/
H A Ddbutils.c102 * Flags to indicate how local the directory we're consulting is.
1324 res->info.how.map_type = IDMAP_MAP_TYPE_KNOWN_SID;
1391 res->info.how.map_type = IDMAP_MAP_TYPE_KNOWN_SID;
1649 res->info.how.map_type = strtoul(values[6], &end, 10);
1650 switch (res->info.how.map_type) {
1652 res->info.how.idmap_how_u.ad.dn =
1654 res->info.how.idmap_how_u.ad.attr =
1656 res->info.how.idmap_how_u.ad.value =
1661 res->info.how.idmap_how_u.nldap.dn =
1663 res->info.how
1898 idmap_how *how; local
[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...]
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...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h193 * MGET(struct mbuf *m, int how, int type)
196 * MGETHDR(struct mbuf *m, int how, int type)
201 #define MGET(m, how, type) { \
210 #define MGETHDR(m, how, type) { \
219 #define MCLGET(m, how) \
/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/boot/lib/libz/
H A Dgzread.c81 If this is the first time in, allocate required memory. state->how will be
142 state->how = GZIP;
165 state->how = COPY;
172 data. If the gzip stream completes, state->how is reset to LOOK to look for
217 state->how = LOOK;
225 file depending on state->how. If state->how is LOOK, then a gzip header is
227 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
235 switch(state->how) {
239 if (state->how
[all...]
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/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/crypto/api/
H A Dkcf_random.c466 rnd_get_bytes(uint8_t *ptr, size_t len, extract_type_t how) argument
483 switch (how) {
498 if (how == NONBLOCK_EXTRACT) {
507 if (how == NONBLOCK_EXTRACT && (rnbyte_cnt < len))
514 if (how == BLOCKING_EXTRACT) {
528 /* Figure out how many bytes to extract */
535 if (len > 0 && how == ALWAYS_EXTRACT) {
559 extract_type_t how; local
562 how = noblock ? NONBLOCK_EXTRACT : BLOCKING_EXTRACT;
564 if ((error = rnd_get_bytes(ptr, len, how)) !
[all...]
/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/lib/nsswitch/nis/common/
H A Dnis_common.h116 extern int thr_sigsetmask(int how, const sigset_t *set, sigset_t *oset);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dgrep.sh92 to see how many lines find both foo and bar.
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_a.out.s80 restore ! how many restores needed ? 2
/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/cmd/idmap/idmap/
H A Didmap.c764 /* First, let us count how many characters we need to quote: */
1344 print_how(idmap_how *how) argument
1350 switch (how->map_type) {
1354 CHECK_NULL(how->idmap_how_u.ad.dn));
1356 CHECK_NULL(how->idmap_how_u.ad.attr),
1357 CHECK_NULL(how->idmap_how_u.ad.value));
1363 CHECK_NULL(how->idmap_how_u.nldap.dn));
1365 CHECK_NULL(how->idmap_how_u.nldap.attr),
1366 CHECK_NULL(how->idmap_how_u.nldap.value));
1371 rule = &how
1453 idmap_how *how = &info->how; local
[all...]
/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/lib/libsocket/common/
H A Dllib-lsocket88 int shutdown(int s, int how);
107 int _shutdown(int s, int how);
/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/uts/common/fs/sockfs/
H A Dsock_notsupp.c134 sock_shutdown_notsupp(sock_lower_handle_t handle, int how, struct cred *cr) argument

Completed in 102 milliseconds

1234