Home
last modified time | relevance | path

Searched refs:inlist (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/lpr/common_source/
H A Ddisplayq.c315 if (!inlist(line+1, cf)) { in inform()
375 inlist(char *uname, char *cfile) in inlist() function
H A Dlp.h278 int inlist(char *_uname, char *_cfile);
/dragonfly/sys/dev/raid/hptiop/
H A Dhptiop.c876 hba->u.mvfrey.inlist[index].addr = phy_addr; in hptiop_send_sync_request_mvfrey()
877 hba->u.mvfrey.inlist[index].intrfc_len = (reqhdr->size + 3) / 4; in hptiop_send_sync_request_mvfrey()
1333 hba->u.mvfrey.inlist[index].addr = phy_addr; in hptiop_post_ioctl_command_mvfrey()
1334 hba->u.mvfrey.inlist[index].intrfc_len = (req->header.size + 3) / 4; in hptiop_post_ioctl_command_mvfrey()
2641 hba->u.mvfrey.inlist[index].addr = req_phy; in hptiop_post_req_mvfrey()
2642 hba->u.mvfrey.inlist[index].intrfc_len = (req->header.size + 3) / 4; in hptiop_post_req_mvfrey()
2704 hba->u.mvfrey.inlist = (struct mvfrey_inlist_entry *)p; in hptiop_mvfrey_map_ctlcfg()
H A Dhptiop.h355 struct mvfrey_inlist_entry *inlist; member
/dragonfly/contrib/tcsh-6/
H A Dtc.func.c68 static int inlist (Char *, Char *);
1290 in_cont_list = inlist(continue_list, cmd); in continue_jobs()
1291 in_cont_arg_list = inlist(continue_args_list, cmd); in continue_jobs()
1425 inlist(Char *list, Char *name) in inlist() function