Searched refs:se (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-current/lib/libsecureboot/
H A Dvesigned.c45 const char **se; local
47 for (se = signature_exts; *se; se++) {
48 snprintf(buf, sizeof(buf), "%s.%s", filename, *se);
53 if (strncmp(*se, "asc", 3) == 0)
/freebsd-current/lib/libc/iconv/
H A Dcitrus_pivot_factory.c60 struct src_entry *se; local
62 STAILQ_FOREACH(se, sh, se_entry) {
63 if (_bcs_strcasecmp(se->se_name, name) == 0) {
64 *rse = se;
68 se = malloc(sizeof(*se));
69 if (se == NULL)
71 se->se_name = strdup(name);
72 if (se->se_name == NULL) {
74 free(se);
92 struct src_entry *se; local
107 struct src_entry *se; local
159 struct src_entry *se; local
[all...]
/freebsd-current/contrib/bearssl/T0/
H A DWord.cs152 SType se = StackEffect;
153 if (!se.IsKnown) {
156 if (se.NoExit) {
159 return Math.Min(0, se.DataOut - se.DataIn);
/freebsd-current/contrib/gdtoa/
H A Dgdtoa.h143 #define strtopd(s,se,x) strtord(s,se,1,x)
144 #define strtopdd(s,se,x) strtordd(s,se,1,x)
145 #define strtopf(s,se,x) strtorf(s,se,1,x)
146 #define strtopQ(s,se,x) strtorQ(s,se,1,x)
147 #define strtopx(s,se,x) strtorx(s,se,
[all...]
H A Dg__fmt.c40 g__fmt(b, s, se, decpt, sign, blen) char *b; char *s; char *se; int decpt; ULong sign; size_t blen;
42 g__fmt(char *b, char *s, char *se, int decpt, ULong sign, size_t blen)
70 len = (se-s) + dlen + 6; /* 6 = sign + e+dd + trailing null */
76 if (decpt <= -4 || decpt > se - s + 5) {
116 if (be < b - decpt + (se - s))
H A Dg_xfmt.c62 char *b, *s, *se; local
117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
118 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_xLfmt.c58 char *b, *s, *se; local
111 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
112 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_dfmt.c42 char *b, *s, *se; local
93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
94 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_ffmt.c42 char *b, *s, *se; local
91 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
92 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A Dg_Qfmt.c60 char *b, *s, *se; local
117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
118 return g__fmt(buf, s, se, decpt, sign, bufsize);
H A DstrtoIg.c36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int *rvp;
38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp)
47 rv = strtodg(s00, se, fpi, exp, b->x);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c128 static void zfsctl_snapshot_unmount_delay_impl(zfs_snapentry_t *se, int delay);
138 zfs_snapentry_t *se; local
140 se = kmem_zalloc(sizeof (zfs_snapentry_t), KM_SLEEP);
142 se->se_name = kmem_strdup(full_name);
143 se->se_path = kmem_strdup(full_path);
144 se->se_spa = spa;
145 se->se_objsetid = objsetid;
146 se->se_root_dentry = root_dentry;
147 se->se_taskqid = TASKQID_INVALID;
148 rw_init(&se
160 zfsctl_snapshot_free(zfs_snapentry_t *se) argument
174 zfsctl_snapshot_hold(zfs_snapentry_t *se) argument
184 zfsctl_snapshot_rele(zfs_snapentry_t *se) argument
196 zfsctl_snapshot_add(zfs_snapentry_t *se) argument
211 zfsctl_snapshot_remove(zfs_snapentry_t *se) argument
269 zfs_snapentry_t *se, search; local
289 zfs_snapentry_t *se, search; local
309 zfs_snapentry_t *se; local
332 zfs_snapentry_t *se = (zfs_snapentry_t *)data; local
365 zfsctl_snapshot_unmount_cancel(zfs_snapentry_t *se) argument
387 zfsctl_snapshot_unmount_delay_impl(zfs_snapentry_t *se, int delay) argument
423 zfs_snapentry_t *se; local
445 zfs_snapentry_t *se; local
614 zfs_snapentry_t *se; local
1064 zfs_snapentry_t *se; local
1102 zfs_snapentry_t *se; local
[all...]
/freebsd-current/sys/net80211/
H A Dieee80211_scan_sta.c220 struct sta_entry *se, *next; local
222 TAILQ_FOREACH_SAFE(se, &st->st_entry, se_list, next) {
223 TAILQ_REMOVE(&st->st_entry, se, se_list);
224 LIST_REMOVE(se, se_hash);
225 ieee80211_ies_cleanup(&se->base.se_ies);
226 IEEE80211_FREE(se, M_80211_SCAN);
251 struct sta_entry *se; local
258 LIST_FOREACH(se, &st->st_hash[hash], se_hash)
259 if (IEEE80211_ADDR_EQ(se->base.se_macaddr, macaddr))
261 se
807 maxrate(const struct ieee80211_scan_entry *se) argument
919 check_rate(struct ieee80211vap *vap, const struct ieee80211_channel *chan, const struct ieee80211_scan_entry *se) argument
1018 struct ieee80211_scan_entry *se = &se0->base; local
1198 struct sta_entry *se; local
1220 struct sta_entry *se; local
1233 struct sta_entry *se, *selbs = NULL; local
1329 struct sta_entry *se; local
1348 struct sta_entry *se, *selbs; local
1453 struct sta_entry *se; local
1480 struct sta_entry *se; local
1497 struct sta_entry *se; local
1580 struct sta_entry *se; local
1729 struct sta_entry *se, *next; local
[all...]
/freebsd-current/stand/common/
H A Dinterp_simple.c89 struct includeline *script, *se, *sp; local
112 script = se = NULL;
140 se = script;
142 free(se);
158 se->next = sp;
160 se = sp;
199 se = script;
201 free(se);
/freebsd-current/sys/kern/
H A Dkern_syscalls.c75 syscall_thread_drain(struct sysent *se) argument
80 oldcnt = se->sy_thrcnt;
84 } while (atomic_cmpset_acq_32(&se->sy_thrcnt, oldcnt, cnt) == 0);
85 while (atomic_cmpset_32(&se->sy_thrcnt, SY_THR_DRAINING,
91 syscall_thread_enter(struct thread *td, struct sysent **se) argument
95 KASSERT(((*se)->sy_thrcnt & SY_THR_STATIC) == 0,
99 oldcnt = (*se)->sy_thrcnt;
101 *se = &nosys_sysent;
105 } while (atomic_cmpset_acq_32(&(*se)->sy_thrcnt, oldcnt, cnt) == 0);
110 syscall_thread_exit(struct thread *td, struct sysent *se) argument
161 struct sysent *se; local
[all...]
H A Dsubr_syscall.c57 struct sysent *se; local
78 se = sa->callp;
81 ktrsyscall(sa->code, se->sy_narg, sa->args);
104 se = sa->callp;
107 ktrsyscall(sa->code, se->sy_narg, sa->args);
121 if ((se->sy_flags & SYF_CAPENABLED) == 0) {
142 sy_thr_static = (se->sy_thrcnt & SY_THR_STATIC) != 0;
148 error = syscall_thread_enter(td, &se);
149 sy_thr_static = (se->sy_thrcnt & SY_THR_STATIC) != 0;
158 if (__predict_false(se
[all...]
/freebsd-current/lib/libiconv_modules/iconv_std/
H A Dcitrus_iconv_std.c81 save_encoding_state(struct _citrus_iconv_std_encoding *se) argument
84 if (se->se_ps)
85 memcpy(se->se_pssaved, se->se_ps,
86 _stdenc_get_state_size(se->se_handle));
90 restore_encoding_state(struct _citrus_iconv_std_encoding *se) argument
93 if (se->se_ps)
94 memcpy(se->se_ps, se->se_pssaved,
95 _stdenc_get_state_size(se
99 init_encoding_state(struct _citrus_iconv_std_encoding *se) argument
107 mbtocsx(struct _citrus_iconv_std_encoding *se, _csid_t *csid, _index_t *idx, char **s, size_t n, size_t *nresult, struct iconv_hooks *hooks) argument
117 cstombx(struct _citrus_iconv_std_encoding *se, char *s, size_t n, _csid_t csid, _index_t idx, size_t *nresult, struct iconv_hooks *hooks) argument
127 wctombx(struct _citrus_iconv_std_encoding *se, char *s, size_t n, _wc_t wc, size_t *nresult, struct iconv_hooks *hooks) argument
137 put_state_resetx(struct _citrus_iconv_std_encoding *se, char *s, size_t n, size_t *nresult) argument
145 get_state_desc_gen(struct _citrus_iconv_std_encoding *se, int *rstate) argument
162 init_encoding(struct _citrus_iconv_std_encoding *se, struct _stdenc *cs, void *ps1, void *ps2) argument
[all...]
/freebsd-current/contrib/capsicum-test/
H A Dmqueue.cc65 struct sigevent se; local
66 se.sigev_notify = SIGEV_SIGNAL;
67 se.sigev_signo = SIGUSR2;
68 EXPECT_OK(mq_notify_(cap_poll_mq, &se));
69 EXPECT_NOTCAPABLE(mq_notify_(cap_read_mq, &se));
70 EXPECT_NOTCAPABLE(mq_notify_(cap_write_mq, &se));
/freebsd-current/contrib/sendmail/src/
H A Dconvtime.c130 int wk, dy, hr, mi, se; local
138 se = intvl % 60;
166 hr, mi, se);
195 if (se > 0)
197 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d second%s", se,
198 PLURAL(se));
/freebsd-current/share/examples/ipfilter/samples/
H A Drelay.c112 int fd, sl = sizeof(sl), se; local
116 se = errno;
118 errno = se;
136 se = errno;
138 errno = se;
150 se = errno;
152 errno = se;
161 se = errno;
163 errno = se;
174 se
[all...]
/freebsd-current/usr.bin/tftp/
H A Dtftp.c79 struct servent *se; local
80 se = getservbyname("tftp", "udp");
81 assert(se != NULL);
82 ((struct sockaddr_in *)&peer_sock)->sin_port = se->s_port;
179 struct servent *se; local
180 se = getservbyname("tftp", "udp");
181 assert(se != NULL);
182 ((struct sockaddr_in *)&peer_sock)->sin_port = se->s_port;
/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_gcpio_compat.c28 unpack_test(const char *from, const char *options, const char *se) argument
50 assertTextFileContents(se, "unpack.err");
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetnameinfo.c74 struct servent *se; local
79 se = getservbyport (port, proto);
80 if (se == NULL) {
83 strlcpy (serv, se->s_name, servlen);
/freebsd-current/sys/netlink/
H A Dnetlink_sysevent.c80 sysevent_write(struct sysevent_group *se, const char *subsystem, const char *type, argument
85 if (!nlmsg_get_group_writer(&nw, NLMSG_LARGE, NETLINK_GENERIC, se->id)) {
102 nlattr_add_string(&nw, NLSE_ATTR_SYSTEM, se->name);
142 struct sysevent_group *se = sysevent_get_group(system); local
144 if (se == NULL) {
151 sysevent_write(se, subsystem, type, data);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c688 spa_error_entry_t *se; local
693 while ((se = avl_destroy_nodes(&spa->spa_errlist_healed,
695 remove_error_from_list(spa, s, &se->se_bookmark);
696 remove_error_from_list(spa, l, &se->se_bookmark);
699 bookmark_to_name(&se->se_bookmark, name, sizeof (name));
705 errphys_to_name(&se->se_zep, name, sizeof (name));
726 kmem_free(se, sizeof (spa_error_entry_t));
1034 spa_error_entry_t *se; local
1037 for (se = avl_first(list); se !
1140 spa_error_entry_t *se; local
1163 spa_error_entry_t *se; local
[all...]

Completed in 347 milliseconds

12345