Searched refs:entry (Results 226 - 250 of 1396) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/mt/
H A Dmt.c784 struct mt_status_entry *entry; member in struct:mt_status_items
855 req_status_items[i].entry = mt_status_entry_find(status_data,
857 if (req_status_items[i].entry == NULL) {
858 errx(1, "Cannot find status entry %s",
864 req_status_items[MT_PERIPH_NAME].entry->value,
865 (uintmax_t)req_status_items[MT_UNIT_NUMBER].entry->value_unsigned,
866 req_status_items[MT_VENDOR].entry->value,
867 req_status_items[MT_PRODUCT].entry->value,
868 req_status_items[MT_REVISION].entry->value,
869 (req_status_items[MT_SERIAL_NUM].entry
1057 struct mt_status_entry *entry; local
1125 struct mt_status_entry *entry; member in struct:mt_protect_info
1150 struct mt_status_entry *entry; local
1389 struct mt_status_entry *entry; local
1445 struct mt_status_entry *entry; local
1506 struct mt_status_entry *entry; local
[all...]
/freebsd-current/sys/security/mac_veriexec_parser/
H A Dmac_veriexec_parser.c81 static int get_flags(const char *entry);
82 static int get_fp(const char *entry, char **type,
89 static int parse_entry(char *entry, char *prefix);
121 get_flags(const char *entry) argument
127 if (strstr(entry, flags_table[i].flag_name) != NULL)
139 get_fp(const char *entry, char **type, unsigned char **digest, int *flags) argument
153 fp_type = strstr(entry, fp_table[i].fp_type);
162 if (fp_type == entry || fp_type[-1] != ' ')
166 * The entry should contain at least
188 * Does the entry contai
314 parse_entry(char *entry, char *prefix) argument
382 char *entry; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.emptystack.d55 pid$1:::entry
H A Dtst.main.ksh38 # Make sure we can trace main:entry properly -- this was problematic because
48 pid\$target::main:entry
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.d57 syscall::exit:entry
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_STKSTROVERFLOW.d38 syscall:::entry
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_EXIT_SPEC.ExitAftSpec.d42 syscall:::entry
H A Derr.D_SPEC_DREC.SpecAftDataRec.d42 syscall:::entry
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.haslam.d48 syscall:::entry
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.offsetzero.d39 fbt::kern_ioctl:entry
H A Dtst.ioctlargs.d39 fbt::kern_ioctl:entry
/freebsd-current/crypto/openssh/contrib/
H A Dgnome-ssh-askpass1.c73 GtkWidget *dialog, *entry, *label; local
89 entry = gtk_entry_new();
90 gtk_box_pack_start(GTK_BOX(GNOME_DIALOG(dialog)->vbox), entry, FALSE,
92 gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE);
93 gtk_widget_grab_focus(entry);
115 gnome_dialog_editable_enters(GNOME_DIALOG(dialog), GTK_EDITABLE(entry));
129 passphrase = gtk_entry_get_text(GTK_ENTRY(entry));
135 gtk_entry_set_text(GTK_ENTRY(entry), passphrase);
/freebsd-current/contrib/wpa/src/common/
H A Dptksa_cache.c26 struct ptksa_cache_entry *entry)
30 dl_list_del(&entry->list);
31 bin_clear_free(entry, sizeof(*entry));
51 wpa_printf(MSG_DEBUG, "Expired PTKSA cache entry for " MACSTR,
126 * ptksa_cache_get - Fetch a PTKSA cache entry
130 * Returns: Pointer to PTKSA cache entry or %NULL if no match was found
241 "Flush PTKSA cache entry for " MACSTR,
255 * ptksa_cache_add - Add a PTKSA cache entry
261 * Returns: Pointer to the added PTKSA cache entry o
25 ptksa_cache_free_entry(struct ptksa_cache *ptksa, struct ptksa_cache_entry *entry) argument
272 struct ptksa_cache_entry *entry, *tmp, *tmp2 = NULL; local
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dprovider.c118 OSSL_PROVIDER_INFO entry; local
124 memset(&entry, 0, sizeof(entry));
125 entry.name = OPENSSL_strdup(name);
126 if (entry.name == NULL) {
130 entry.init = init_fn;
131 if (!ossl_provider_info_add_to_store(libctx, &entry)) {
132 ossl_provider_info_clear(&entry);
/freebsd-current/sys/dev/drm2/
H A Ddrm_auth.c81 struct drm_magic_entry *entry; local
85 entry = malloc(sizeof(*entry), DRM_MEM_MAGIC, M_ZERO | M_NOWAIT);
86 if (!entry)
88 entry->priv = priv;
89 entry->hash_item.key = (unsigned long)magic;
91 drm_ht_insert_item(&master->magiclist, &entry->hash_item);
92 list_add_tail(&entry->head, &master->magicfree);
104 * Searches and unlinks the entry in drm_device::magiclist with the magic
/freebsd-current/tests/sys/fs/fusefs/
H A Ddestroy.cc85 SET_OUT_HEADER_LEN(out, entry);
86 out.body.entry.attr.mode = mode;
87 out.body.entry.nodeid = ino0;
88 out.body.entry.attr.nlink = 1;
93 SET_OUT_HEADER_LEN(out, entry);
94 out.body.entry.attr.mode = mode;
95 out.body.entry.nodeid = ino1;
96 out.body.entry.attr.nlink = 1;
H A Dmkdir.cc78 * Creating a new directory after FUSE_LOOKUP returned a negative cache entry
93 /* mkdir will first do a LOOKUP, adding a negative cache entry */
107 SET_OUT_HEADER_LEN(out, entry);
108 out.body.create.entry.attr.mode = S_IFDIR | mode;
109 out.body.create.entry.nodeid = ino;
110 out.body.create.entry.entry_valid = UINT64_MAX;
111 out.body.create.entry.attr_valid = UINT64_MAX;
128 /* mkdir will first do a LOOKUP, adding a negative cache entry */
134 /* Then the MKDIR should purge the negative cache entry */
145 SET_OUT_HEADER_LEN(out, entry);
[all...]
/freebsd-current/sys/dev/tcp_log/
H A Dtcp_log_dev.c76 static void tcp_log_dev_clear_refcount(struct tcp_log_dev_queue *entry);
127 * Clear the refcount. If appropriate, it will remove the entry from the
133 tcp_log_dev_clear_refcount(struct tcp_log_dev_queue *entry) argument
136 KASSERT(entry != NULL, ("%s: called with NULL entry", __func__));
140 if (TCP_LOG_DEV_QUEUE_UNREF(entry)) {
144 /* Remove the entry from the queue and call the destructor. */
145 STAILQ_REMOVE(&tcp_log_dev_queue_head, entry, tcp_log_dev_queue,
147 (*entry->tldq_dtor)(entry);
155 struct tcp_log_dev_queue *entry, *entry_tmp; local
192 struct tcp_log_dev_queue *entry; local
240 struct tcp_log_dev_queue *entry; local
266 struct tcp_log_dev_queue *entry; local
440 tcp_log_dev_add_log(struct tcp_log_dev_queue *entry) argument
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dgetmntany.c42 getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf) argument
62 statfs2mnttab(&sfs, (struct mnttab *)entry);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_cpio_newc.c187 archive_write_newc_header(struct archive_write *a, struct archive_entry *entry) argument
192 if (archive_entry_filetype(entry) == 0 && archive_entry_hardlink(entry) == NULL) {
197 if (archive_entry_pathname_l(entry, &path, &len, get_sconv(a)) != 0
208 if (archive_entry_hardlink(entry) == NULL
209 && (!archive_entry_size_is_set(entry) || archive_entry_size(entry) < 0)) {
213 return write_header(a, entry);
217 write_header(struct archive_write *a, struct archive_entry *entry) argument
236 entry_main = __la_win_entry_in_posix_pathseparator(entry);
[all...]
H A Darchive_write_set_format_cpio_odc.c175 synthesize_ino_value(struct cpio *cpio, struct archive_entry *entry) argument
177 int64_t ino = archive_entry_ino64(entry);
191 if (archive_entry_nlink(entry) < 2) {
247 archive_write_odc_header(struct archive_write *a, struct archive_entry *entry) argument
252 if (archive_entry_filetype(entry) == 0 && archive_entry_hardlink(entry) == NULL) {
257 if (archive_entry_pathname_l(entry, &path, &len, get_sconv(a)) != 0
268 if (!archive_entry_size_is_set(entry) || archive_entry_size(entry) < 0) {
272 return write_header(a, entry);
276 write_header(struct archive_write *a, struct archive_entry *entry) argument
[all...]
H A Darchive_read_extract.c38 archive_read_extract(struct archive *_a, struct archive_entry *entry, int flags) argument
58 return (archive_read_extract2(&a->archive, entry, extract->ad));
/freebsd-current/sbin/nvmecontrol/
H A Ddiscover.c183 print_discovery_entry(u_int i, struct nvme_discovery_log_entry *entry) argument
188 nvmf_transport_type(entry->trtype));
190 nvmf_address_family(entry->adrfam));
192 nvmf_subsystem_type(entry->subtype));
194 (entry->treq & (1 << 2)) == 0 ? "required" : "optional");
195 printf(" Secure Channel: %s\n", nvmf_secure_channel(entry->treq));
196 printf(" Port ID: %u\n", entry->portid);
198 nvmf_controller_id(entry->cntlid));
199 printf(" Max Admin SQ Size: %u\n", entry->aqsz);
200 printf(" Sub NQN: %s\n", entry
[all...]
/freebsd-current/sys/geom/part/
H A Dg_part_bsd.c157 struct g_part_bsd_entry *entry; local
163 entry = (struct g_part_bsd_entry *)baseentry;
166 entry->part.p_size = gpp->gpp_size;
167 entry->part.p_offset = gpp->gpp_start + table->offset;
168 entry->part.p_fsize = 0;
169 entry->part.p_frag = 0;
170 entry->part.p_cpg = 0;
171 return (bsd_parse_type(gpp->gpp_type, &entry->part.p_fstype));
197 struct g_part_bsd_entry *entry; local
236 entry
261 struct g_part_bsd_entry *entry; local
279 struct g_part_bsd_entry *entry; local
291 struct g_part_bsd_entry *entry; local
306 struct g_part_bsd_entry *entry; local
328 struct g_part_bsd_entry *entry; local
386 struct g_part_bsd_entry *entry; local
476 struct g_part_bsd_entry *entry; local
500 struct g_part_bsd_entry *entry; local
[all...]
/freebsd-current/sys/netgraph/
H A Dng_nat.c421 struct ng_nat_rdr_lst *entry; local
430 if ((entry = malloc(sizeof(struct ng_nat_rdr_lst),
437 entry->lnk = LibAliasRedirectPort(priv->lib,
443 if (entry->lnk == NULL) {
445 free(entry, M_NETGRAPH_NAT);
450 entry->rdr.local_addr = rp->local_addr;
451 entry->rdr.alias_addr = rp->alias_addr;
452 entry->rdr.remote_addr = rp->remote_addr;
453 entry->rdr.local_port = rp->local_port;
454 entry
480 struct ng_nat_rdr_lst *entry; local
532 struct ng_nat_rdr_lst *entry; local
587 struct ng_nat_rdr_lst *entry; local
625 struct ng_nat_rdr_lst *entry; local
657 struct ng_nat_rdr_lst *entry; local
919 struct ng_nat_rdr_lst *entry = STAILQ_FIRST(&priv->redirhead); local
[all...]

Completed in 260 milliseconds

1234567891011>>