Home
last modified time | relevance | path

Searched refs:se (Results 1 – 25 of 84) sorted by relevance

1234

/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Dgetservent_r.c43 struct servent *se = getservbyname(name, proto); in getservbyname_r() local
47 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0) in getservbyname_r()
54 if (se == NULL) in getservbyname_r()
57 return (copy_servent(se, sptr, SERV_R_COPY)); in getservbyname_r()
64 struct servent *se = getservbyport(port, proto); in getservbyport_r() local
68 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0) in getservbyport_r()
75 if (se == NULL) in getservbyport_r()
78 return (copy_servent(se, sptr, SERV_R_COPY)); in getservbyport_r()
90 struct servent *se = getservent(); in getservent_r() local
94 if (se == NULL || (n = copy_servent(se, sptr, SERV_R_COPY)) != 0) in getservent_r()
[all …]
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c109 smb_svcenum_t *se);
111 smb_svcenum_t *se);
254 smb_svcenum_t se; in srvsvc_s_NetConnectEnum() local
278 bzero(&se, sizeof (smb_svcenum_t)); in srvsvc_s_NetConnectEnum()
279 se.se_type = SMB_SVCENUM_TYPE_TREE; in srvsvc_s_NetConnectEnum()
280 se.se_level = param->info.level; in srvsvc_s_NetConnectEnum()
281 se.se_ntotal = param->total_entries; in srvsvc_s_NetConnectEnum()
282 se.se_nlimit = se.se_ntotal; in srvsvc_s_NetConnectEnum()
286 se.se_prefmaxlen = SMB_SRVSVC_MAXBUFLEN; in srvsvc_s_NetConnectEnum()
288 se.se_prefmaxlen = param->pref_max_len; in srvsvc_s_NetConnectEnum()
[all …]
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vfs.c41 smb_vfs_hold(smb_export_t *se, vfs_t *vfsp) in smb_vfs_hold() argument
47 if (se == NULL || vfsp == NULL) in smb_vfs_hold()
50 smb_llist_enter(&se->e_vfs_list, RW_WRITER); in smb_vfs_hold()
52 if ((smb_vfs = smb_vfs_find(se, vfsp)) != NULL) { in smb_vfs_hold()
55 smb_llist_exit(&se->e_vfs_list); in smb_vfs_hold()
60 smb_llist_exit(&se->e_vfs_list); in smb_vfs_hold()
77 smb_llist_insert_head(&se->e_vfs_list, smb_vfs); in smb_vfs_hold()
79 smb_llist_exit(&se->e_vfs_list); in smb_vfs_hold()
91 smb_vfs_rele(smb_export_t *se, vfs_t *vfsp) in smb_vfs_rele() argument
97 smb_llist_enter(&se->e_vfs_list, RW_WRITER); in smb_vfs_rele()
[all …]
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c202 spa_error_entry_t *se; in process_error_list() local
204 for (se = avl_first(list); se != NULL; se = AVL_NEXT(list, se)) { in process_error_list()
209 if (copyout(&se->se_bookmark, (char *)addr + in process_error_list()
281 spa_error_entry_t *se; in spa_errlog_drain() local
287 while ((se = avl_destroy_nodes(&spa->spa_errlist_last, in spa_errlog_drain()
289 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain()
291 while ((se = avl_destroy_nodes(&spa->spa_errlist_scrub, in spa_errlog_drain()
293 kmem_free(se, sizeof (spa_error_entry_t)); in spa_errlog_drain()
304 spa_error_entry_t *se; in sync_error_list() local
316 for (se = avl_first(t); se != NULL; se = AVL_NEXT(t, se)) { in sync_error_list()
[all …]
/titanic_44/usr/src/cmd/fm/dicts/
H A DSCF.dict38 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.se=14
39 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.se=15
40 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.se-offlinereq=16
41 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.core.strand.se=17
48 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.se-tmo=24
49 fault.chassis.SPARC-Enterprise.cpu.SPARC64-VI.se-uncertain=25
71 fault.chassis.SPARC-Enterprise.if.se-ioc-flp=62
72 fault.chassis.SPARC-Enterprise.asic.ioc.ch.se=63
73 fault.chassis.SPARC-Enterprise.asic.ioc.ch.leaf.se=64
74 fault.chassis.SPARC-Enterprise.asic.ioc.ch.leaf.se-no-credit-pci=65
[all …]
/titanic_44/usr/src/uts/sparc/os/
H A Dminor_perm11 se:[a-h] 0666 root sys
12 se:[a-h],cu 0600 uucp uucp
13 se:[0-7],hdlc 0666 root sys
14 se:ssp 0600 root sys
15 se:sspctl 0600 root sys
H A Dname_to_major1 se 20
H A Dsyscall.c222 struct sysent *se = LWP_GETSYSENT(lwp); in save_syscall_args() local
223 struct sysent *callp = se + code; in save_syscall_args()
240 module_lock = lock_syscall(se, code); in save_syscall_args()
1018 struct sysent *se = LWP_GETSYSENT(ttolwp(curthread)); in loadable_syscall() local
1023 callp = se + code; in loadable_syscall()
1028 module_lock = lock_syscall(se, code); in loadable_syscall()
/titanic_44/usr/src/cmd/audio/utilities/
H A Dg721.c476 int se, /* predictor estimate sample */ in _tandem_adjust_alaw() argument
489 dx = (audio_a2s(sp) >> 2) - se; /* 16-bit prediction error */ in _tandem_adjust_alaw()
521 int se, /* predictor estimate sample */ in _tandem_adjust_ulaw() argument
534 dx = (audio_u2s(sp) >> 2) - se; /* 16-bit prediction error */ in _tandem_adjust_ulaw()
596 short sei, sezi, se, sez; /* ACCUM */ in g721_encode() local
667 se = sei >> 1; in g721_encode()
668 d = sl - se; /* SUBTA */ in g721_encode()
685 sr = (dq < 0) ? se - (dq & 0x3FFF) : se + dq; in g721_encode()
700 dqsez = sr + sez - se; /* ADDC */ in g721_encode()
734 short sezi, sei, sez, se; /* ACCUM */ in g721_decode() local
[all …]
H A Dg723.c476 int se, /* predictor estimate sample */ in _tandem_adjust_alaw() argument
489 dx = (audio_a2s(sp) >> 2) - se; /* 16-bit prediction error */ in _tandem_adjust_alaw()
520 int se, /* predictor estimate sample */ in _tandem_adjust_ulaw() argument
533 dx = (audio_u2s(sp) >> 2) - se; /* 16-bit prediction error */ in _tandem_adjust_ulaw()
564 short sei, sezi, se, sez; /* ACCUM */ in _encoder() local
583 se = sei >> 1; in _encoder()
585 d = sl - se; /* SUBTA */ in _encoder()
602 sr = (dq < 0) ? se - (dq & 0x3FFF) : se + dq; /* ADDB */ in _encoder()
604 dqsez = sr + sez - se; /* ADDC */ in _encoder()
769 short sezi, sei, sez, se; /* ACCUM */ in g723_decode() local
[all …]
/titanic_44/usr/src/cmd/sendmail/src/
H A Dconvtime.c131 int wk, dy, hr, mi, se; local
139 se = intvl % 60;
167 hr, mi, se);
196 if (se > 0)
198 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d second%s", se,
199 PLURAL(se));
/titanic_44/usr/src/uts/common/vm/
H A Dpage_lock.c243 page_lock(page_t *pp, se_t se, kmutex_t *lock, reclaim_t reclaim) in page_lock() argument
245 return (page_lock_es(pp, se, lock, reclaim, 0)); in page_lock()
294 page_lock_es(page_t *pp, se_t se, kmutex_t *lock, reclaim_t reclaim, int es) in page_lock_es() argument
311 ((es & SE_EXCL_WANTED) && (se == SE_EXCL))); in page_lock_es()
319 if (se == SE_SHARED && es == 1 && pp->p_selock == 0) { in page_lock_es()
320 se = SE_EXCL; in page_lock_es()
326 if (se == SE_SHARED) { in page_lock_es()
352 se = SE_EXCL; in page_lock_es()
357 if (se == SE_EXCL) { in page_lock_es()
503 page_try_reclaim_lock(page_t *pp, se_t se, int es) in page_try_reclaim_lock() argument
[all …]
H A Dvm_pvn.c247 se_t se; in pvn_write_kluster() local
264 se = SE_EXCL; in pvn_write_kluster()
266 se = SE_SHARED; in pvn_write_kluster()
275 pp = page_lookup_nowait(vp, off - deltab, se); in pvn_write_kluster()
287 pp = page_lookup_nowait(vp, off + deltaf, se); in pvn_write_kluster()
760 se_t se; in pvn_vplist_dirty() local
905 se = (flags & (B_INVAL | B_FREE)) ? SE_EXCL : SE_SHARED; in pvn_vplist_dirty()
916 if (!page_lock(pp, se, vphm, P_NO_RECLAIM)) in pvn_vplist_dirty()
937 if (!page_trylock(pp, se)) in pvn_vplist_dirty()
/titanic_44/usr/src/cmd/vgrind/
H A Dvgrindefs.src27 :cb=\$:ce=\$|$:sb=":se=":lb=':le=\a|$:\
42 :sb=':se=':\
48 :pb=^\d?*?\d?\p\d?\(\a?\)(\d|{):bb={:be=}:cb=/*:ce=*/:sb=":se=\e":lb=':\
63 :bb={:be=}:cb=#:ce=$:sb=":se=\e":lb=':\
70 :cb=#:ce=$:sb=":se=\e":lb=':\
81 :pb=^\p\::bb=\::be=;:cb=/*:ce=*/:sb=":se=\e":\
93 :sb=":se=\e":lb=':le=\e':tl:\
104 :sb=":se=\e":lb=':le=\e':oc:\
115 :sb=":se=":\
124 :cb=/*:ce=*/:sb=":se=\e":lb=':le=\e':tl:\
[all …]
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c841 sockconfig_socktable_entry_t *se; in sockparams_copyout_socktable() local
869 se = kmem_alloc(count * sizeof (sockconfig_socktable_entry_t), in sockparams_copyout_socktable()
878 kmem_free(se, in sockparams_copyout_socktable()
882 se[i].se_family = sp->sp_family; in sockparams_copyout_socktable()
883 se[i].se_type = sp->sp_type; in sockparams_copyout_socktable()
884 se[i].se_protocol = sp->sp_protocol; in sockparams_copyout_socktable()
885 (void) strncpy(se[i].se_modname, sp->sp_smod_name, in sockparams_copyout_socktable()
888 (void) strncpy(se[i].se_strdev, in sockparams_copyout_socktable()
890 se[i].se_refcnt = sp->sp_refcnt; in sockparams_copyout_socktable()
891 se[i].se_flags = sp->sp_flags; in sockparams_copyout_socktable()
[all …]
/titanic_44/usr/src/lib/libunistat/common/
H A Dspcs_s_u.c195 char *se; in spcs_s_report() local
210 se = strerror(errno); in spcs_s_report()
211 if (se) in spcs_s_report()
212 fprintf(fd, "%s\n", se); in spcs_s_report()
/titanic_44/usr/src/lib/scsi/libses/common/
H A Dses_subr.c160 ses_errno_t se = (err == ENOMEM || err == EAGAIN) ? in ses_set_nverrno() local
168 assert(se == ESES_NOMEM || member != NULL); in ses_set_nverrno()
170 return (__ses_set_errno(se, member)); in ses_set_nverrno()
252 libscsi_errno_t se = libscsi_errno(shp); in ses_libscsi_error() local
255 switch (se) { in ses_libscsi_error()
274 libscsi_errname(se), libscsi_errmsg(shp)); in ses_libscsi_error()
/titanic_44/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c743 smb_session_t *se; in smb_dcmd_session() local
748 se = mdb_alloc(sizeof (*se), UM_SLEEP | UM_GC); in smb_dcmd_session()
749 if (mdb_vread(se, sizeof (*se), addr) == -1) { in smb_dcmd_session()
753 if (se->s_state >= SMB_SESSION_STATE_SENTINEL) in smb_dcmd_session()
756 state = smb_session_state[se->s_state]; in smb_dcmd_session()
761 switch (se->ipaddr.a_family) { in smb_dcmd_session()
764 se->ipaddr.a_ipv4); in smb_dcmd_session()
766 se->local_ipaddr.a_ipv4); in smb_dcmd_session()
770 &(se->ipaddr.a_ipv6)); in smb_dcmd_session()
772 &(se->local_ipaddr.a_ipv6)); in smb_dcmd_session()
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c247 mdb_sespec_t se; in cmd_sespec() local
252 if (mdb_vread(&se, sizeof (se), addr) != sizeof (se)) { in cmd_sespec()
257 mdb_printf("+>\tsespec %p (%a)\n", addr, se.se_ops); in cmd_sespec()
264 se.se_data, se.se_refs); in cmd_sespec()
266 se.se_state, se.se_errno); in cmd_sespec()
/titanic_44/usr/src/uts/common/io/chxge/
H A Dglue.c177 struct sge_intr_counts *se, *sep; in pe_ioctl() local
202 se = (struct sge_intr_counts *)dmp->b_rptr; in pe_ioctl()
292 if ((dmp->b_wptr - dmp->b_rptr) != sizeof (*se)) { in pe_ioctl()
298 bcopy(sep, se, sizeof (*se)); in pe_ioctl()
300 iocp->ioc_count = sizeof (*se); in pe_ioctl()
/titanic_44/usr/src/uts/intel/ia32/os/
H A Dsyscall.c148 struct sysent *se = LWP_GETSYSENT(lwp); in syscall_entry() local
170 callp = code >= NSYSCALL ? &nosys_ent : se + code; in syscall_entry()
880 struct sysent *se; in dosyscall() local
891 se = syscall_entry(curthread, syscall_args); in dosyscall()
896 ret = se->sy_callc(syscall_args[0], syscall_args[1], syscall_args[2], in dosyscall()
1016 struct sysent *se = LWP_GETSYSENT(lwp); in save_syscall_args() local
1017 struct sysent *callp = se + code; in save_syscall_args()
1034 module_lock = lock_syscall(se, code); in save_syscall_args()
1187 struct sysent *se = LWP_GETSYSENT(lwp); in loadable_syscall() local
1193 callp = se + code; in loadable_syscall()
[all …]
/titanic_44/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c494 struct servent *se; in _get_hostserv_inetnetdir_byname() local
525 se = _switch_getservbyname_r(args->arg.nss.serv.name, in _get_hostserv_inetnetdir_byname()
531 if (se == 0) in _get_hostserv_inetnetdir_byname()
552 se = _switch_getservbyname_r(args->arg.nd_hs->h_serv, in _get_hostserv_inetnetdir_byname()
555 if (!se) { in _get_hostserv_inetnetdir_byname()
560 server_port = se->s_port; in _get_hostserv_inetnetdir_byname()
651 se = _switch_getservbyname_r( in _get_hostserv_inetnetdir_byname()
655 if (!se) { in _get_hostserv_inetnetdir_byname()
660 server_port = se->s_port; in _get_hostserv_inetnetdir_byname()
910 struct servent *se = NULL; in _get_hostserv_inetnetdir_byaddr() local
[all …]
/titanic_44/usr/src/uts/sun4u/montecarlo/
H A DMakefile67 se.conf ttymux.conf
69 se.conf: $(ROOT_MONTECARLO_DRV_DIR)
/titanic_44/usr/src/uts/sun4u/makaha/
H A DMakefile74 acebus.conf se.conf scsb.conf \
103 se.conf: $(ROOT_MAKAHA_DRV_DIR)
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c348 struct servent *se; in i_parseport() local
357 se = getservbyname(port, proto); in i_parseport()
358 if (se == NULL) in i_parseport()
369 return ((int)(ntohs(se->s_port))); in i_parseport()
969 struct servent *se; in i_store_val() local
971 se = getservbyname(val, NULL); in i_store_val()
972 if (se == NULL) { in i_store_val()
976 rd->r_minport = se->s_port; in i_store_val()

1234