Home
last modified time | relevance | path

Searched defs:how (Results 1 – 25 of 100) sorted by relevance

1234

/openbsd/src/bin/ksh/
Dc_ulimit.c60 int how = SOFT | HARD; in c_ulimit() local
135 set_ulimit(const struct limits *l, const char *v, int how) in set_ulimit()
177 print_ulimit(const struct limits *l, int how) in print_ulimit()
Djobs.c839 int how; in j_jobs() local
1307 j_print(Job *j, int how, struct shf *shf) in j_print()
/openbsd/src/usr.sbin/tokenadm/
Dtokenadm.c76 how_t how; in main() local
364 print_record(TOKENDB_Rec *rec, how_t how) in print_record()
/openbsd/src/lib/libc/sys/
Dpthread_sigmask.c23 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) in pthread_sigmask()
/openbsd/src/sys/sys/
Dmbuf.h264 #define MGET(m, how, type) m = m_get((how), (type)) argument
266 #define MGETHDR(m, how, type) m = m_gethdr((how), (type)) argument
314 #define MCLGET(m, how) (void) m_clget((m), (how), MCLBYTES) argument
315 #define MCLGETL(m, how, l) m_clget((m), (how), (l)) argument
358 #define M_PREPEND(m, plen, how) \ argument
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2-frame.h73 enum dwarf2_frame_reg_rule how; member
/openbsd/src/lib/libc/dlfcn/
Ddlfcn_stubs.c41 dlopen(const char *libname, int how) in dlopen()
/openbsd/src/sys/arch/mips64/mips64/
Dcache_loongson3.c123 Loongson3_IOSyncDCache(struct cpu_info *ci, vaddr_t va, size_t sz, int how) in Loongson3_IOSyncDCache()
Dcache_octeon.c209 Octeon_IOSyncDCache(struct cpu_info *ci, vaddr_t va, size_t len, int how) in Octeon_IOSyncDCache()
Dcache_loongson2.c326 Loongson2_IOSyncDCache(struct cpu_info *ci, vaddr_t _va, size_t _sz, int how) in Loongson2_IOSyncDCache()
Dcache_mips64r2.c374 mips64r2_IOSyncDCache(struct cpu_info *ci, vaddr_t _va, size_t _sz, int how) in mips64r2_IOSyncDCache()
/openbsd/src/lib/libcurses/tinfo/
Dlib_data.c400 _nc_sigprocmask(int how, const sigset_t * newmask, sigset_t * oldmask) in _nc_sigprocmask()
/openbsd/src/sbin/fdisk/
Dgpt.c602 init_gp(const int how) in init_gp()
647 GPT_init(const int how) in GPT_init()
/openbsd/src/gnu/gcc/gcc/
Dunwind-dw2.h59 } how; member
/openbsd/src/lib/libedit/
Del.c602 const wchar_t *how; in el_editmode() local
Dterminal.c1317 char what[8], how[8]; in terminal_settc() local
1395 void *how; in terminal_gettc() local
/openbsd/src/sys/kern/
Duipc_mbuf.c374 m_clget(struct mbuf *m, int how, u_int pktlen) in m_clget()
540 m_defrag(struct mbuf *m, int how) in m_defrag()
598 m_prepend(struct mbuf *m, int len, int how) in m_prepend()
/openbsd/src/lib/libz/
Dgzguts.h186 int how; /* 0: get header, 1: copy, 2: decompress */ member
/openbsd/src/gnu/usr.bin/perl/
Dmg.h68 #define SvTIED_mg(sv,how) (SvRMAGICAL(sv) ? mg_find((sv),(how)) : NULL) argument
Dpp_sys.c1086 int how = PERL_MAGIC_tied; variable
1224 const char how = (SvTYPE(sv) == SVt_PVHV || SvTYPE(sv) == SVt_PVAV) variable
1276 const char how = (SvTYPE(sv) == SVt_PVHV || SvTYPE(sv) == SVt_PVAV) variable
2906 const int how = POPi; variable
/openbsd/src/gnu/usr.bin/binutils/bfd/
Doasys.c569 oasys_print_symbol (abfd, afile, symbol, how) in oasys_print_symbol() argument
1191 reloc_howto_type *const how = r->howto; local
/openbsd/src/games/phantasia/
Dmisc.c849 death(char *how) in death()
/openbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_symbol.c220 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) in symlist_add()
/openbsd/src/sys/scsi/
Dscsi_base.c72 int how; member
167 scsi_req_detach(struct scsibus_softc *sb, int target, int lun, int how) in scsi_req_detach()
204 int how = p->how; in scsi_plug_detach() local
/openbsd/src/sys/ufs/ufs/
Dufs_lookup.c592 ufs_dirbad(struct inode *ip, doff_t offset, char *how) in ufs_dirbad()

1234