Home
last modified time | relevance | path

Searched refs:first_word (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Ddebug.h396 * @first_word: magic word value
401 __le32 first_word;
411 * @first_word: all 0 set as identifier
417 __le32 first_word;
389 __le32 first_word; global() member
405 __le32 first_word; global() member
/freebsd/usr.sbin/cron/cron/
H A Dfuncs.h59 *first_word(char *, char *),
H A Ddo_command.c551 usernm, first_word(hostname, "."), in child_process()
/freebsd/contrib/tcsh/
H A Dtc.func.c1798 int first_word = 1; in hashbang() local
1817 if (first_word) { in hashbang()
1823 first_word = 0; in hashbang()
1843 if (first_word) { in hashbang()
/freebsd/usr.sbin/cron/lib/
H A Dmisc.c475 first_word(char *s, char *t) in first_word() function
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c1471 int first_word = fd->start / 32; in show_struct() local
1476 data = (words[first_word] >> shift) | in show_struct()
1477 ((uint64_t)words[first_word + 1] << (32 - shift)); in show_struct()
1479 data |= ((uint64_t)words[first_word + 2] << (64 - shift)); in show_struct()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c827 dram_info->first_word = cpu_to_le32(DRAM_INFO_FIRST_MAGIC_WORD); in iwl_dbg_tlv_send_hcmds()