Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 2801) sorted by last modified time

12345678910>>...113

/illumos-gate/usr/src/uts/intel/sys/
H A Dx86_archext.h1379 #define X86_SOCKET_MATCH(s, mask) \ argument
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c5899 cpuid_getbrandstr(cpu_t *cpu, char *s, size_t n) in cpuid_getbrandstr()
5954 cpuid_getidstr(cpu_t *cpu, char *s, size_t n) in cpuid_getidstr()
/illumos-gate/usr/src/uts/common/sys/
H A Dsignal.h271 #define sigemptyset(s) (*(s) = nullsmask) argument
272 #define sigfillset(s) (*(s) = fillset) argument
273 #define sigaddset(s, n) ((s)->__sigbits[sigword(n)] |= sigmask(n)) argument
274 #define sigdelset(s, n) ((s)->__sigbits[sigword(n)] &= ~sigmask(n)) argument
275 #define sigismember(s, n) (sigmask(n) & (s)->__sigbits[sigword(n)]) argument
276 #define sigisempty(s) (!((s)->__sigbits[0] | (s)->__sigbits[1] | \ argument
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_mac.c55 u16 IGC_UNUSEDARG *s, u16 IGC_UNUSEDARG *d) in igc_null_link_info()
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_watchdog.c65 uint32_t s; in ena_watchdog() local
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c158 #define SA_COPY_DATA(f, s, t, l) \ argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c3987 char *s; in rfs4_op_readlink() local
6247 #define LOCK_PRINT(d, s, t, f) if (d) lock_print(s, t, f) argument
6249 #define LOCK_PRINT(d, s, t, f) argument
9962 char *s, *d; in vn_is_nfs_reparse() local
H A Dnfs4x_srv.c204 char *s = kmem_alloc(id_len, KM_SLEEP); in rfs4x_set_trunkinfo() local
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y235 substr(char *v, char *s, char *w) in substr()
253 index(char *s, char *t) in index()
268 length(char *s) in length()
281 match(char *s, char *p) in match()
294 ematch(char *s, char *p) in ematch()
369 yyerror(char *s) in yyerror()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h99 struct { uint32_t a, b; } s; in dapls_byteswap64() member
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c916 char *s; in smb_config_get_localuuid() local
935 char *s; in smb_config_get_idmap_preferred_dc() local
959 char *s; in smb_config_get_idmap_site_name() local
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c3553 conv_time(char *s) in conv_time()
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_ntop.c181 u_char *s; in inet_net_ntop_ipv6() local
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c163 #define NSS_CHECKROOT(rp, s) ((s) != (*(rp))->s && \ argument
171 #define NSS_STATE_REF_u(s) (++(s)->refcount) argument
173 #define NSS_UNREF_UNLOCK(r, s) (--(s)->refcount != 0 \ argument
875 struct nss_db_state *s; in _nss_db_state_constr() local
974 _nss_db_state_destr(struct nss_db_state *s) in _nss_db_state_destr()
1131 struct nss_db_state *s; in nss_delete() local
1151 struct nss_db_state *s; in nss_search() local
1277 struct nss_db_state *s; member
1334 struct nss_db_state *s; in end_iter_u() local
1359 struct nss_db_state *s; in nss_setent_u() local
[all …]
H A Dndbm.c943 long s; in dcalchash() local
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c983 char *s; in zpool_do_labelclear() local
3366 int i, idx, s; in print_iostat_labels() local
/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c1103 char *s = strtok(optarg, ","); in main() local
1160 char *s = strtok(optarg, ","); in main() local
1273 char *s = argv[optind]; in main() local
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c50 #define GETSTRUCT(s, num) \ argument
431 char *s = "\t\n "; in str_to_bm() local
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c1802 const char *s = NULL; in description_of_column() local
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbadm.c355 smbadm_strcasecmplist(const char *s, ...) in smbadm_strcasecmplist()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_libld.h663 #define libld_realloc(x, s) realloc(x, s) argument
664 #define libld_calloc(n, s) calloc(n, s) argument
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c1847 alloc_string(char *s) in alloc_string()
1878 char s[MAXPATHLEN]; in get_physical_name() local
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c2918 rpmatch(char *s) in rpmatch()
/illumos-gate/usr/src/cmd/ps/
H A Dps.c543 struct stat64 s; in stdmain() local
1166 char *s; in parse_format() local
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dpoolstat.c50 #define addrof(s) ((char **)&(s)) argument

12345678910>>...113