Home
last modified time | relevance | path

Searched refs:user (Results 251 – 275 of 610) sorted by relevance

1...<<11121314151617181920>>...25

/dragonfly/contrib/wpa_supplicant/src/l2_packet/
H A Dl2_packet_pcap.c147 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr, in l2_packet_receive_cb() argument
150 struct l2_packet_data *l2 = (struct l2_packet_data *) user; in l2_packet_receive_cb()
/dragonfly/contrib/libpcap/
H A Dsavefile.c618 pcap_offline_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) in pcap_offline_read() argument
654 (*callback)(user, &h, data); in pcap_offline_read()
H A Dpcap.c347 u_char *user _U_) in pcap_read_not_initialized()
579 pcap_oneshot(u_char *user, const struct pcap_pkthdr *h, const u_char *pkt) in pcap_oneshot() argument
581 struct oneshot_userdata *sp = (struct oneshot_userdata *)user; in pcap_oneshot()
2882 pcap_dispatch(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
2884 return (p->read_op(p, cnt, callback, user));
2888 pcap_loop(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
2897 n = pcap_offline_read(p, cnt, callback, user);
2904 n = p->read_op(p, cnt, callback, user);
4176 u_char *user _U_)
/dragonfly/contrib/awk/
H A DFIXES52 Thanks to Github user rajeevvp.
53 Fix Issue #147, reported by Github user drawkula, and fixed
/dragonfly/lib/libfetch/
H A Dfetch.h44 char user[URL_USERLEN+1]; member
/dragonfly/sys/sys/
H A Dktrace.h170 int user; /* 1 if usermode (ivcsw), 0 if kernel (vcsw) */ member
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-reassoc.c5180 if (!user || !is_gimple_assign (user)) in repropagate_negates()
5193 if (gimple_assign_rhs1 (user) == negate) in repropagate_negates()
5195 swap_ssa_operands (user, in repropagate_negates()
5196 gimple_assign_rhs1_ptr (user), in repropagate_negates()
5197 gimple_assign_rhs2_ptr (user)); in repropagate_negates()
5202 if (gimple_assign_rhs2 (user) == negate) in repropagate_negates()
5208 update_stmt (user); in repropagate_negates()
5213 if (gimple_assign_rhs1 (user) == negate) in repropagate_negates()
5226 tree b = gimple_assign_rhs2 (user); in repropagate_negates()
5233 user = gsi_stmt (gsi2); in repropagate_negates()
[all …]
H A Dtimevar.h55 double user; member
/dragonfly/share/examples/ppp/
H A Dppp.conf.sample247 # I trust user brian to run ppp, so this goes in the `default' section:
249 allow user brian
252 # I empty out the user access list in that section so that only root can
258 # for the label they wish to use. I may only want user ``dodgy'' to access
262 allow user dodgy
416 # don't need to enable CHAP or PAP, but the user that has logged
421 # If you wish to allow any user in the passwd database ppp access, you
428 # address for that user, a fourth field to specify the
702 # prompt to a known user. The ``chap-auth'' program is supplied
/dragonfly/contrib/gdb-7/gdb/doc/
H A Dobserver.texi43 a certain observer needs to provide support for user-level contextual
64 to the user.
102 The executable being debugged by GDB has changed: The user decided
148 without wanting to notify the user about it.
/dragonfly/sys/kern/
H A Dkern_time.c194 struct timeval sys, user; in get_thread_cputime() local
196 calcru(td->td_lwp, &user, &sys); in get_thread_cputime()
197 timevaladd(&user, &sys); in get_thread_cputime()
198 TIMEVAL_TO_TIMESPEC(&user, ats); in get_thread_cputime()
/dragonfly/contrib/file/magic/Magdir/
H A Dclaris29 # .usp are user dictionary bits
/dragonfly/test/interbench/
H A Dreadme.interactivity12 Interactivity: The scheduling latency and jitter present in tasks where the user
/dragonfly/sys/vfs/isofs/cd9660/
H A DTODO28 6) should run as a user process, and not take up kernel space (cdroms
/dragonfly/contrib/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.h75 int phase2, struct eap_user *user);
/dragonfly/stand/boot/pc32/btx/btx/
H A Dbtx.S611 intusr.5: movw %bx,MEM_BTX_ESPR-0x12 # Pass user flags to real mode
625 intusr.6: movl -0x08(%esi),%ebx # Copy user flags to real
741 movw %ax,-0x08(%esi) # Update user flags (low 16)
751 iret # Return to user mode
767 addl 0xc(%esp,1),%eax # Change to user
/dragonfly/bin/sh/
H A DTOUR42 EXINT is not raised if the user traps interrupts using the trap
72 the user's profile if necessary, and calls cmdloop. Cmdloop
164 user and thus should not be used for file name generation.
256 The user should call the main routine "main", and #define main to
268 tion appropriately. When a signal that a user has set a trap for
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_fb.c52 radeonfb_open(struct fb_info *info, int user)
66 radeonfb_release(struct fb_info *info, int user)
/dragonfly/contrib/tcp_wrappers/
H A Dtcpd.h36 char user[STRING_LENGTH]; /* access via eval_user(request) */ member
/dragonfly/contrib/tnftp/src/
H A Dextern.h243 void user(int, char **);
/dragonfly/crypto/openssh/
H A DPROTOCOL292 a client of all its protocol v.2 host keys after user-authentication
366 user, the server identity and the session identifier is visible to the
565 those that need tilde-expansion, i.e. "~", "~/..." and "~user/..."
620 This request asks the server to expand the specified user's home directory.
621 An empty username implies the current user. This can be used by the client
640 This request asks the server to returns user and/or group names that
651 Where "uids" and "gids" consists of one or more integer user or group
669 If a name cannot be identified for a given user or group ID, an empty
/dragonfly/sys/dev/disk/amd/
H A Damd.c556 tinfo = &targ_info->user; in amd_action()
640 spi->sync_offset = targ_info->user.offset; in amd_action()
650 spi->sync_period = targ_info->user.period; in amd_action()
663 targ_info->user.period = spi->sync_period; in amd_action()
664 targ_info->user.offset = spi->sync_offset; in amd_action()
838 tinfo->user.period = period; in amdsetsync()
839 tinfo->user.offset = offset; in amdsetsync()
2341 tinfo->user.period = in amd_init()
2343 tinfo->user.offset = AMD_MAX_SYNC_OFFSET; in amd_init()
/dragonfly/contrib/mpc/
H A DCOPYING.LESSER96 these notices, as well as a reference directing the user to the
103 suitable for, and under terms that permit, the user to
111 a copy of the Library already present on the user's computer
/dragonfly/contrib/mpfr/
H A DCOPYING.LESSER96 these notices, as well as a reference directing the user to the
103 suitable for, and under terms that permit, the user to
111 a copy of the Library already present on the user's computer
/dragonfly/sys/bus/firewire/
H A D00README35 Bus management function for user.
48 For FreeBSD-4 user:

1...<<11121314151617181920>>...25