Searched refs:a_flag (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sbin/nvmectl/
H A Dfirmware.c189 int a_flag, s_flag, f_flag; local
198 a_flag = s_flag = f_flag = false;
203 a_flag = true;
237 if (!f_flag && !a_flag) {
245 if (!f_flag && a_flag && slot == 0) {
268 if (a_flag && !f_flag && !slot_has_valid_firmware(fd, slot))
278 if (f_flag && a_flag)
284 else if (a_flag)
308 if (a_flag)
318 if (a_flag) {
[all...]
/netbsd-current/usr.bin/getconf/
H A Dgetconf.c193 static int a_flag = 0; /* list all variables */ variable
209 a_flag = 1;
219 if (!a_flag) {
236 if (a_flag || strcmp(vn, cp->name) == 0) {
241 } else if (!a_flag)
247 if (!a_flag && !found) {
260 if (a_flag)
269 if (a_flag)
327 if (a_flag && errno == EINVAL) {
/netbsd-current/usr.sbin/fstyp/
H A Dntfs.c57 uint8_t a_flag; member in struct:ntfs_attr
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_xattr.c400 int a_flag;
427 error = ext2fs_list_inode_xattr(ip, ap->a_attrnamespace, ap->a_flag,
432 error = ext2fs_list_block_xattr(ip, ap->a_attrnamespace, ap->a_flag,
/netbsd-current/sbin/fdisk/
H A Dfdisk.c211 static int a_flag; /* set active partition */ variable
391 a_flag = u_flag = sh_flag = f_flag = s_flag = b_flag = 0;
429 a_flag = 1;
522 if (sh_flag && (a_flag || i_flag || u_flag || f_flag || s_flag))
553 if (open_disk(B_flag || a_flag || i_flag || u_flag) < 0)
620 if (a_flag && !E_flag)
635 if (u_flag || a_flag || i_flag || B_flag) {
2420 if (a_flag && which != -1)
/netbsd-current/sys/fs/ntfs/
H A Dntfs.h65 u_int8_t a_flag; member in struct:attrhdr
H A Dntfs_subr.c555 vap->va_flag = rap->a_hdr.a_flag;
/netbsd-current/sys/sys/
H A Dvnode_if.h589 int a_flag; member in struct:vop_listextattr_args
/netbsd-current/crypto/external/bsd/heimdal/dist/kuser/
H A Dklist.c595 opt->a_flag ||
/netbsd-current/sys/ufs/ufs/
H A Dufs_extattr.c1168 ap->a_uio, ap->a_size, ap->a_flag, ap->a_cred, curlwp);
/netbsd-current/sys/ufs/lfs/
H A Dulfs_extattr.c1179 ap->a_uio, ap->a_size, ap->a_flag, ap->a_cred, curlwp);
/netbsd-current/sys/kern/
H A Dvnode_if.c2203 a.a_flag = flag;
/netbsd-current/sys/fs/puffs/
H A Dpuffs_vnops.c3270 int a_flag,
3279 int flag = ap->a_flag;

Completed in 351 milliseconds